Text style issues when hyperlink added
Hi,I am using hyperlinks in my PDF document.Here is the code - Aspose.Pdf.Generator.Pdf pdf = new Aspose.Pdf.Generator.Pdf();Section mainSection = pdf.Sections.Add();Text specText = new...
View ArticleHTML to PDF Dom approach : Text around images
Hi Tilal,While generating pdf from html content we are facing an issue in which the text which is besides an image (in html file) is getting wrapped below the image in pdf.We have seen these below...
View ArticleHow to analyze PDFs for regression testing
Hello Aspose,for testing the PDFs generated with ASPOSE.pdf before I have to analyze them in regression tests for content and formats. Stepping through the forums and documents I did not find a good...
View ArticleFloatingBox to top left corner every pdf doc
hey,i've write some code: Aspose.Pdf.Generator.Pdf pdf1 = new Aspose.Pdf.Generator.Pdf(); Aspose.Pdf.Generator.Section sec1 = pdf1.Sections.Add(); Aspose.Pdf.Generator.FloatingBox...
View ArticleHowto sign a pdf with a x509 certificate from certificate store
I want to add a digital signature to a existing pdf document. I'm able to sign a pdf with a local available pfx file accordingto http://www.aspose.com/docs/display/pdfnet/Digitally+sign+PDF+fileI now...
View ArticleConvert HTML to PDF by java program
Hi,We have requirement for converting HTML to PDF file based on HTML format in java program.Currently we are using below jar files for aspose-pdf-2.7.0-jdk15.jar & aspose-pdf-kit-3.7.0.jar for...
View ArticleOptimizeResources has no effect
I am using Aspose.PDF version 10.1 and I am attempting to create PDF files from an XSL-FO document, and it works, except that the resulting PDF is consideraly larger than it should be.I attempted to...
View ArticleExternal Images referenced in PDF
I have an html file, which has some images. These images are kept some external location.If i convert the HTML file to pdf, using Aspose HTML to Pdf converter, then will the output pdf embed those...
View ArticleWrong Page Collection showing for Document.Pages
Hi ,I am using Aspose.Pdf.dll version. 10.0 to do Date stamp in Pdf file which contain 5 pages.I am getting Correct pages count in document object , but while checking the page collection there showing...
View ArticleTable.GetHeight() returns incorrect values
Hello,It seems that Table.GetHeight function doesn't return the correct values.I have tables that I measured in Acrobat but when I use Table.GetHeight, Aspose gives me a higher value. All tables have...
View ArticleProblem stamping GIF image with transparent background on a PDF
Hello,I have the following code: //Open document Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(inputPdfFile); //Create image stamp...
View ArticleAspose.Pdf for .NET 10.1.0: Support for framework 3.5
Hi AllIs there a compatible framework 3.5 release for the Aspose.Pdf for .NET 10.1.0 ??I am currently supporting both frameworks (3.5 and 4.0) with my product and have the Aspose.Pdf for .NET version...
View ArticleMissing Char in Cell
I have an issue using the Pdf library. Basically, I am adding text to table cells. When the last char of the text is right on the right edge limit of the cell, this character is printed over the cell...
View ArticlePDF2XML for ZUGFeRD
I have tried to convert a PDF-A/3 from ZUGFerd to xml from the example code:// Load source PDF fileDocument doc = new Document(@"d:\document.pdf");// Save output in XML formatdoc.Save("d:\outFile.xml",...
View ArticleXML Infopath to PDF Conversion
Hi - I have xml file that is generated from InfoPath through SharePoint. I installed the Aspose.pdf to convert the xml file to pdf. But suddenly the form did not display in PDF. Did aspose.pdf support...
View ArticleHyperlinks destination seems empty
We receive pdfs with hyperlinks pointing to a destination page. When trying to extract the destination however, we always get a null reference.Attached is a small example pdf. Page 8 contains a...
View ArticleAdding images to Header and footer along with page number.
Hi Aspose Team,We are converting HTML to PDF (multi page pdf) using HtmlLoadOptions class and then passing HTML to Aspose.Pdf.Document class.Now we have a requirement in which every page of generated...
View Articleproblems with BindXML command
the command: "BindXML" with the twoattached filesgives methe following error:{"XmlException: The 'meta' start tag on line 4 position 6 does not match the end tag of 'head'. Line 42, position...
View ArticlePdf to HTML Form
Hi,I am trying aspose.pdf.I am able to convert pdf into html page. My requirement is need to convert whatever the fields in pdf ,it should convert into specific html form fields.For example1.If there...
View ArticleText truncated
Hello,we use aspose pdf v 10.0.1.0.Sometimes, instead of going to the next line, a segment is truncated.I've attached the pdf and zip to reproduce the issue.Is it a bug or something wrong in our...
View Article