Użytkownik Paulo Soares <[EMAIL PROTECTED]> napisał:
>It's a bug in iText. With type3 fonts if the resources are placed in the 
>page instead of the font itself (as recommended) the page importing will 
>fail. This won't be fixed anytime soon as it would require the parsing of 
>all the type3 font streams to look for missing resources.
>
>Paulo


Can you give me some hints how to solve this issue. My PDF files are generated 
by "CutePDF Writer" (program seen as a printer). Can I change anything in this 
program (printer) or the fonts should be changed on the generated printout?

Rgs

>
>----- Original Message ----- 
>From: <[EMAIL PROTECTED]>
>To: <itext-questions@lists.sourceforge.net>; "Paulo Soares" 
><[EMAIL PROTECTED]>
>Sent: Thursday, April 20, 2006 7:25 PM
>Subject: Re: Re: Re: [iText-questions] Could not find the XObject 'R15' 
>error
>
>
>Użytkownik Paulo Soares <[EMAIL PROTECTED]> napisał:
>>It may be an iText bug. Please post the original pdf.
>
>Original file attached
>
>
>>
>>Paulo
>>
>>----- Original Message ----- 
>>From: <[EMAIL PROTECTED]>
>>To: <itext-questions@lists.sourceforge.net>
>>Sent: Thursday, April 20, 2006 1:18 PM
>>Subject: Re: Re: [iText-questions] Could not find the XObject 'R15' error
>>
>>
>>Użytkownik Paulo Soares <[EMAIL PROTECTED]> napisał:
>>>Post the pdf and you may get an answer.
>>>
>>
>>I think the problem is that for some pages tables don't finish on the page
>>and continue on the following ones. While I change the order of the pages
>>the logical continuation of the pages is changed. Perhaps it would explain
>>why for some pages some areas refresh after scrolling the file.
>>In this situation the question is how to split/change the order of pages in
>>a file?
>>
>>>Paulo
>>>
>>>----- Original Message ----- 
>>>From: <[EMAIL PROTECTED]>
>>>To: <itext-questions@lists.sourceforge.net>
>>>Sent: Thursday, April 20, 2006 11:13 AM
>>>Subject: [iText-questions] Could not find the XObject 'R15' error
>>>
>>>
>>>> hi,
>>>>
>>>> As mentioned in the subject I get this error whenever I generate pdf
>>>> document base on the other one. I've to shuffle pages in the original
>>>> file
>>>> and though the addTemplate would fit the best. Here is my code:
>>>>
>>>> PdfContentByte cbyte=writer.getDirectContent();
>>>> PdfImportedPage page=null;
>>>>    for(int i=1;i<=pages;i++){
>>>>      page=writer.getImportedPage(reader,i);
>>>>      cbyte.addTemplate(page,0.8f,0,0,0.75f,200,0);
>>>>
>>>>      doc.newPage();
>>>>    }
>>>>
>>>> I've no idea where to find the source of the problem or the way to solve
>>>> it. The original file doesn't have any errors.
>>>>
>>>>
>>>> -------------------------------------------------------
>>>> Using Tomcat but need to do more? Need to support web services, 
>>>> security?
>>>> Get stuff done quickly with pre-integrated technology to make your job
>>>> easier
>>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>>>> Geronimo
>>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>>> _______________________________________________
>>>> iText-questions mailing list
>>>> iText-questions@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/itext-questions
>>>
>>>
>>>
>>>-------------------------------------------------------
>>>Using Tomcat but need to do more? Need to support web services, security?
>>>Get stuff done quickly with pre-integrated technology to make your job
>>>easier
>>>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>>_______________________________________________
>>>iText-questions mailing list
>>>iText-questions@lists.sourceforge.net
>>>https://lists.sourceforge.net/lists/listinfo/itext-questions
>>>
>>
>>
>>
>>-------------------------------------------------------
>>Using Tomcat but need to do more? Need to support web services, security?
>>Get stuff done quickly with pre-integrated technology to make your job 
>>easier
>>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>_______________________________________________
>>iText-questions mailing list
>>iText-questions@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/itext-questions
>> 
>
>
>
>-------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>iText-questions mailing list
>iText-questions@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/itext-questions
>


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to