Header is upside-down, backward and at bottom when built through HtmlFragment
Trying to add header content dynamically. Our body is a dynamic HTML, and that's working mostly fine using the new DOM approach. I added a fixed footer with the page numbers and that's also fine....
View ArticleIssues after publishing to Azure Websites
Hello, this is my 1st post here. We have the need to dynamically create high quality PDFs from an Azure WebAPI method so I have downloaded the trial version and created a simple test .Net project and...
View ArticleAspose.PDF (PCL to PDF) for Java on UNIX/LINUX looks for hard-coded paths...
The paths for Aspose.PDF for msttcorefonts are hard-coded as /usr/share/fonts/truetype/msttcorefonts/ and/or /usr/X11R6/lib/X11/fonts/truetype/msttcorefonts/. There should be a way to overrided their...
View Articlerectangle Box coordinates are incorrect
Dear support,I am using attached document (test_esign.pdf) to extract some custom rectangle boxes for a regex text. Notice the text in page 3 that looks like this: {{t:s;r:y;o:"Insured";}}I noticed...
View ArticleAspose.Pdf.Image
http://www.aspose.com/docs/display/pdfnet/Add+SVG+Object+to+Table+CellI was trying the below example and it throws an error: 1. 'Aspose.Pdf.Image' does not contain a definition for 'FileType' and...
View ArticleHow to add a JPG or PNG to a a Cell ? (Aspose.Pdf.Document)
How to add a JPG or PNG to a a Cell ? Using Aspose.Pdf.Documenthttp://www.aspose.com/docs/display/pdfnet/Add+SVG+Object+to+Table+Cell
View ArticleDraw line under text
Hi,I want to draw line under the text (not required classic underlined text, I'll set the color and height of the line). I have TextFragment object by TextFragmentAbsorber.TextFragments. I've tried to...
View ArticlePDF not displaying images
When we are creating a large PDF file, we instantiate the pdf with a file stream like sonew Pdf(new FileStream());With each section that we add to the Pdf, we use Section.AddParagraph(p); instead of...
View ArticlePrinting/Sending PDF in Postscript to printer
Hi, We have a .net application that must take a multitude of PDF files and send this to Postscript printer which only have an IP address. We are using the aspose plugin for the conversion of the PDF...
View ArticleReplacing text using Aspose.Pdf.Facades.PdfContentEditor
Hi,We are using Aspose Pdf Version 7.2.0.0 to replace text in PDF files with the PdfContentEditor.Attached is the PDF we are using with the code snippet below :-PdfContentEditor contentEditor = new...
View ArticleTIF to PDF: File size is huge, how to shrink?
Hello,We are converting TIFs to PDFs in an application we are developing. The PDF file sizes are huge. For a 268KB TIF, aspose.pdf outputs over 10 MB pdf file.In comparison, OmniPage outputs a 44...
View ArticleHow we can relate the coordinates of word document to aspose converted image
We are using aspose.pdf (v8.1.0.0)We have a curly braces on the word document/ pdf document.This document needs to be converted to image and an overlay needs to be provided on the image.This overlay...
View ArticleArabic text extraction from PDF
Hi , We are using aspose to extract arabic text from pdf files .The problem is the extracted text looks encrypted , our code :public String getString() throws Exception { com.aspose.pdf.Document...
View ArticleImageScale causing Pdf generation to take hang
Setting the ImageScale property causes my Pdf not to generate, it gets stuck loading forever. I've tried setting the ImageScale to different values but it is the same result. Anybody had this/know how...
View ArticleAll pages are null when instantiating new Document
I am saving an Aspose.Words document as a PDF bytes and later, reading the PDF's bytes into a MemoryStream so a new Aspose Document() object can be instantiated. However, when I instantiate the...
View ArticleTextbox with Justify not working when text contains a parameter
HiIs it by design or a bug that text justify works fine unless I put a parameter or other expression into the text?Thanks,Greg
View ArticleWhat is llx, lly , yrx and ury
What is llx, lly , yrx and ury in rectangle coordinates. When i passed llx as x-axis value, lly as y-axis, urx as width, ury as height. For example am passing 887, 515, 106, 446 in a pdf but it is...
View ArticleXFA to Standard PDF form field length
Hello,I have an Adobe LiveCycle form that I am using Aspose.Pdf to convert to a standard PDF form. This results in field names such as "topmostsubform[0].page[0].fieldname[0]". Unfortunately, the next...
View ArticlePDF-Android: reading and identifying form fields
I get the form fields using the following code:String fPath = "whatever...pdf";com.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document(fPath);PageCollection pages = pdfDocument.getPages();for...
View ArticleDiagonal text watermark that appears only when printing?
Is it possible to have a text watermark/ annotation that only appears when printing, that goes diagonally across the page from bottom left to top right?It seems like we would want to use the...
View Article