Re: Image not included in pdf

2023-01-31 Thread Anil Pinto
I will play around with the temp folder configuration for Tomcat and see if that impacts the cache behavior I'm seeing. I can live with turning off the cache as Simon pointed out, for now, but would like to find out more about the true cause of this behavior I will post any relevant success I find

Re: Image not included in pdf

2023-01-30 Thread Anil Pinto
, FOP 2.8 is the stack Appreciate your prompt response with a solution! Thank you, Anil On 1/30/2023 12:38 AM, Anil Pinto wrote: I can most definitely try that. I will do it the first chance i get and let you know. So just once during or before FOP initialization would be a good place to add

Re: Image not included in pdf

2023-01-30 Thread Anil Pinto
I can most definitely try that. I will do it the first chance i get and let you know. So just once during or before FOP initialization would be a good place to add that code?Get Outlook for Android - To unsubscribe, e-mail:

Re: Image not included in pdf

2023-01-30 Thread Anil Pinto
No there's plenty of space and the strange part is if I run a similar setup through my IntelliJ IDE and SmartTomcat plugin it doesn't complain. I wish there was some more information reported in a trace. The only difference I could see is that the SmartTomcat folder is under the Windows 11  Users

Image not included in pdf

2023-01-29 Thread Anil Pinto
issue? Any pointers to address this is greatly appreciated. Thanks, Anil Pinto

Re: MICR font problem in 1.0

2011-12-06 Thread Anil Pinto
mechanism? Thanks to Eric for responding to my email. Actually the hyphenation warning was not responsible for causing the MICR behavior, it was a different issue that did not interfere with the font issue. Thanks, Anil Pinto. *Lobo Technologies, Inc.* www.lobotec.com On 12/6/2011 4:43 AM, Amick

RE: Question on FOP Table between pages

2010-09-29 Thread Anil Pinto
On 28.09.2010 21:11:40 Anil Pinto wrote: Hello, We have been using FOP in our solution for quite a few years now and are very pleased with the product! I have a question pertaining to the recently release version 1.0 We have noiticed that when creating documents with tables, if the table

Question on FOP Table between pages

2010-09-28 Thread Anil Pinto
before I can pass those along. Any suggestions to get that line in there is greatly appreciated. Thank you, Anil Pinto.

ConcurrentModificationException error

2009-12-09 Thread Anil Pinto
) at org.apache.fop.apps.Fop.createDefaultHandler(Fop.java:100) at org.apache.fop.apps.Fop.init(Fop.java:78) at org.apache.fop.apps.FopFactory.newFop(FopFactory.java:247) Can somebody help with what scenario could be causing the exception. Thank you, Anil Pinto.

FW: How to trap a Barcode4J exception from Java prgram running embedded FOP

2009-05-18 Thread Anil Pinto
Anybody, has any information that can help with this ? Is there any error listener that I can register with FOP to be able to catch these errors ? -Original Message- From: Anil Pinto [mailto:api...@lobotec.com] Sent: Wednesday, May 13, 2009 12:20 PM To: FOP Mailing List Subject: How

How to trap a Barcode4J exception from Java prgram running embedded FOP

2009-05-13 Thread Anil Pinto
) at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java: 668) at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java: 1129) at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java: 1107) Thanks, Anil Pinto. Lobo Technologies

RE: Sequential page numbers on alternate pages

2006-03-16 Thread Anil Pinto
for the help. Anil. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 1:20 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Sequential page numbers on alternate pages Anil Pinto wrote: Now the requirement that is causing us a headache

Sequential page numbers on alternate pages

2006-03-09 Thread Anil Pinto
::: : The page-number/ FO element does not seem to help with this requirement. Would appreciate if anybody could help with this specific scenario. Hope I have put in enough information to understand the problem. Any help is greatly appreciated. Thanks Anil Pinto

RE: Sequential page numbers on alternate pages

2006-03-09 Thread Anil Pinto
. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 1:20 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Sequential page numbers on alternate pages Anil Pinto wrote: Now the requirement that is causing us a headache :-) is that only pages

.FO outout

2005-08-25 Thread Anil Pinto
Hi all, Is it possible to see the .fo output that FOP uses once it accepts the xml and xsl to create the pdf from the command line ? Thanks in advance. Anil Pinto. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: .FO outout

2005-08-25 Thread Anil Pinto
: fop -fo myout.fo -pdf mypdf.pdf You can also use this feature to separate FOP from Xalan. I use Saxon 8.5, so that I can use XSLT 2.0 and the run FOP against the resulting FO file. Jay Bryant Bryant Communication Services (presently consulting at Synergistic Solution Technologies) Anil Pinto

Programmatically supplying a password to open a password protected PDF

2005-06-15 Thread Anil Pinto
the program directly. Is this possible with FOP ? If not can anyone please guide me if there is any Java based tool (preferably open source) that can do it. Any help in this regard is highly appreciated. Thanks, Anil Pinto

RE: Programmatically supplying a password to open a password protected PDF

2005-06-15 Thread Anil Pinto
@xmlgraphics.apache.org Subject: RE: Programmatically supplying a password to open a password protected PDF -Original Message- From: Anil Pinto [mailto:[EMAIL PROTECTED] Hi Anil, I was wondering if the reverese is possible. What I am looking for is to be able to programmatically open

RE: Programmatically supplying a password to open a password protected PDF

2005-06-15 Thread Anil Pinto
-Original Message- From: Anil Pinto [mailto:[EMAIL PROTECTED] Hi Anil, I was wondering if the reverese is possible. What I am looking for is to be able to programmatically open password protected PDFs (if the correct password is provided) and access the data stream within the program