di PDFlib - Tipo prodotto: Componente / .NET Class / Managed/Unmanaged Code - without COM / ActiveX DLL / DLL / JavaBean / Java Class
Hi
When I have a corrupt image that i try to load with
pdf->load_image('auto' , $path , $optlist);
this error is thrown:
Corrupt TIFF image file '/tmp/pdf_img_20111212-142328-821203c76f0450cbcbe15ed812077cca'
Is it possible to check if the image is corrupt before the error is thrown?
Rispondi
How to make the text automatically wrapped when the size exceeds. I have used show_boxed(), but it is not working. Its saying Bad Width for a Text box
Rispondi
Is there a method for verifying PDF compliance with PDF specs before using that PDF in a process ? We convert PDF to GIF and run across malformed PDF from time to time.
Rispondi
I have a requirement to add watermark in the existing PDF and also to merge the set of existing PDF's.
Also, I have different versions of PDF like Version 1.5 and Version 1.6. Is it possible to merge the different versions of PDF with your product.
One more thing, I have a cover page for the PDF document in which I will be having a stamping on it. Based on the user requirement, I have to put this stamping in different pages. Hope you are clear with my requirement. Could you please help me in finding a solution.
Rispondi
Hi,
I have an error when using PDFLiblite on chinese windows systems.
PDF Lib Exception: Couldn't find encoding "cp936" (1552, PDF_open_file)
This happens using either open, or begindocument.
The same code works on other localisations.
Thanks
Lee
Rispondi
Hello,
please, I need some support for a developing problem.
I have created a signature field in a pdf file with this method:
create_field(llx, lly, urx, ury, “Signature1”, “signature”, “tooltip={MySign field} font=15”);
Now I need to associate an image to the signature.
Is it possible to insert an image file on a signature field?
Thanks for help.
Sara
Rispondi
My ISP has just upgraded their server to PHP 5. I now get the following error when attempt to use PDFLib (version 7):
Unable to initialize module Module compiled with module API=20020429, debug=0, thread-safety=0 PHP compiled with module API=20060613, debug=0, thread-safety=1 These options need to match in /home/mycmecre/public_html/AAGP/GPSAP01/printLC.php on line 80
Since I cannot recomile either PDFLib or PHP, how do I get this to work now? I can find no way to disable thread-safety via php.ini.
Help! My clients depend on the ability to use PDFLib on their sites!
Thanks,
June
Rispondi
RE: PDFlib june [USA] 25-Feb-2009 19:35:53
Found the answer - need to use the 'php-520mt' version.
Rispondi
I have added the UTF8 format to the pdf option using following code
// Add "textformat=utf8" to the options
CString sPDFLibOptionsWithTextLen;
sPDFLibOptionsWithTextLen.Format("%s textformat=utf8",
sPDFLibOptions);
int retval = 0;
PDFCPP_TRY
retval = m_PDFlib_api->PDF_create_textflow(p, CHAR(text), LEN
(text),
CHAR(optlist));
PDFCPP_CATCH;
Here I'm passing the string which has UTF16 control charecters and
because of this PDF_create_textflow is throwing exceptions#2230.
The exception is
---------------------------------------------------------------------
Exception occured in PDFLib: 2230, create_textflow, Can't show
character with Unicode value U+0081
---------------------------------------------------------------------
The character in between 'f' and 'r' [looks like a box] here fr
And I dont want to suppress the exception message.
Can someone will help me how to handle these kinds of exceptions?
or how to check whether the string contains UTF16 charecters?
awaiting your reply...
Rispondi
Hi all,
Is anybody know how to reduce PDF file size created using PDFlib/PHP
Rispondi
I am using Perl and PDFLib to insert a 2-d datamatrix in a PDF.
While using ' IDAutomationDMatrix ' font in " PDF_load_font " function what is the value for the encoding? ( second parameter )
Rispondi
I get this error message from this line of code when i run my application
p = new PDFlib();
error message -
Attempted to access an unloaded AppDomain
What am I doing wrong?
Rispondi
Autore
Categoria primaria
Prodotti correlati
Categorie correlate
ComponentSource offre un servizio unico globale usato da oltre 1.000.000 di sviluppatori nel mondo.