issue with sign pdf
We are trying sing pdf creates by aspose.pdf 16.12.We need sign pdf with two or more signatures but even we have issues with one signature.When we sign with certificate of our company the error is "the...
View ArticleIssues in downloading Apose PDF 16.12.0
Hi,We are using Aspose PDF in Linux system. We have the pom.xml file through which we get the JARs. But when defined for Aspose PDF 16.12.0, it does not downloads the JAR in the repository. However it...
View ArticleWhen Converting Document from PDF to WORD Russian text is being added
We have aspose words 16.6 and Aspose PDF 11.7When we open and save the word document and then open the word document in MS Word it states that the document contains Russian text.We don't see the...
View ArticleRead PDF Form Fields
I am trying to submit a PDF form created using Adobe Acrobat DC to a asp.net web form having URL like http://localhost:49168/WebForm1.aspx. I am using Export format FDF and not sure which one to use...
View ArticleTransparent Document/Page Background
Is there any way to set the background of either the Document or Page element as transparent? Setting either to Aspose.Pdf.Color.Transparent results in a white background; the alpha channel doesn't...
View ArticleAdpose pdf merging pdf files stored in a Database BLOB
I am evaluating aspose pdf .net for the company I work for. We have simple requirements and it sounds like aspose would easily do what we want but now I am not so sure. Scenario:Website:1. user can...
View ArticlePage.AddStamp slow performance
Good day,I would like to report a performance issue that I've found on the "Page.AddStamp" method. Currently, we have a requirement to add rotated text to a PDF. The font of this text comes from an...
View ArticleIncorect file format
I am getting error Incorect file format while trying to read the PDF form submitted to a URL from a fallible PDF. I tried both FDF and HTML EXPORT format but both of them trowing same error.
View ArticleLatest Aspose.Pdf don't show correct ImagePlacement.Rotation
Hi,If convert any document with rotated images (angle is not 0, 90 or 180) to pdf and then use following code:var pdf = new Document("RotatedImage.pdf");var absorber = new...
View ArticleExport html to pdf
Support Team,I have in memory html string that iam converting to pdf. I am facing two issues 1) I would like to hide all form fields like Text Area, Button etc. 2) The generated PDF has few areas of...
View ArticleHTML to PDF scale 'Shrink to fit'
Hi,My HTML file is designed to width of 1366 pixels.When I convert it into A4 size PDF pages it will break the alignments and width has been reduced according to A4 page size.I need to scale the HTML...
View ArticleCss bugs in the pdf file
Hello, We are faced with this problems:1. Css pseudo-elements are not processed .2. The width property does not work correctly: percentages function with errors. 3. Background images – incorrect...
View ArticleHTML to PDF: Treatment of links
I would like to get your opinion on how we can handle the following issues or if they are bugs and when they can be fixed. I am currently evaluating Aspose.PDF for our company and the items marked as...
View ArticleHTML support text fragment class
HIi am using below code to write text in PDF. TextFragment textFragment = new TextFragment(contentData.Text); // Set text properties...
View ArticlePdf cannot display Korean word
We are using Azure .Net Cloud Computing Environment. When we generated the pdf file, we cannot show the Korean word in the file. All Korean word is left blank while Chinese, Japanese is working. We...
View ArticleNumbers are not rendered in hierarchical list
Hi,I'm html page with table of content to pdf. Numbering is handled by css and hierarchical ol/li structure. but is not visible in output file. I'm doing this with following code: var options = new...
View ArticleSave as MHTML or show correct in MS Outlook
Hi,I have a PDF document which I have converted to HTML using Aspose.PDF.I have embedded everything into the html (see code below).When using the "HtmlLoadOptions" of Aspose.Email and sending the email...
View ArticleProblem setting "XmpPdfAExtensionValueType" in aspose.pdf
Hello,we are using Aspose.Pdf (.Net) to convert PDF to PDF-A and to add custom XMP-Metadata.We like to add structured metadata, and so we want to define a XmpPdfAExtensionValueType and add the...
View ArticleTable vertical splitting
Hello, Following is the sample code for vertical splitting in which I add 30 cloumns Page page1 = DemoDocument.Pages.Add(); Table tab = new Table(); page1.Paragraphs.Add(tab); tab.IsBroken = true;...
View ArticleFont Character Spacing
Hi, Is there a way to set character spacing in an TextBoxField.</div><div><div>TextBoxField textBoxField = new TextBoxField(pdfDocument, ret);<span class="Apple-tab-span"...
View Article