Coverting PDF page to grayscale Tiff
We are trying to produce a tiff image with a gray scale color palette. I have looked at TiffSettings closely but I am not seeing anything obvious. I am missing something? I could use other APIs to get...
View ArticleHow to convert multiple page TIFF to PDF
Hi,I m using the code below to convert a Tiff file (attached) with multiple page into PDF. The resulting PDF contains only the first page in Tiff. Is this the right way of doing this? If not, could you...
View ArticleProblem with Paragraph breaks
Hi, For all the conversions we are carrying out, a Paragraph break is present at the end of each line. This should not be the case since Paragraph break appears only after the end of a Paragraph. I am...
View ArticleFDF file conversion to/from PDF / XML
Hi,I would like to know if FDF to XML or PDF conversion and XML or PDF to FDF conversion is possible?Thanks & Regards,Sandhya
View ArticleIssue with HtmlFragment class in 9.5.0 version
Hi,I am using the below piece of code and when I use new line character \n, the HTML Fragment does not recognizes it and places the content in the same line. Document doc = new Document();...
View ArticleOutOfMemoryError when loading PCL document
Hello,I am currently evaluating Aspose.Pdf for Java to see whether it is suitable for our need to convert PCL documents to PDF. I am attempting to use a code snippet based on that in the documentation...
View ArticleConvert PDF file to SVG
Hi, I am recently using Aspose to convert pdf files to svg files.The fllowing is my code:Document doc = new Document("expdf.pdf");SvgSaveOptions saveOption = new...
View ArticlePDF Tool Tip Nullpointer Exception
Hello team!I wanted to check if PDF Java supports a tool tip that can be added as a feature to the pdf document?I was looking at this sample code you had:// Open a document com.aspose.pdf.Document...
View ArticleTextStamp throws NullPointerException when ran on Linux Server
So the code I am currently working with works fine when I run it on a windows environment. However I have built it to run on an Oracle Linux server and that is where I started running into issues....
View ArticleSign PDF with a Certificate Stored in HSM
Hi,Is it currently possible to use Aspose.PDF for java to digitally sign a PDF when the certificate is stored inside a hardware security module?Specifically, can we make use of the Luna SA device?-Thanks
View ArticleCustom font
Hi there,I am trying to integrate some custom font into our templates (Dejavu) and can't understand how.. The following construction doesn't work: HashMap fontMap = new...
View ArticleAspose.Net Trial.
Hello,Our company is looking for a .Net solution to PDF conversion and found your product.What we need mainly are conversions from PDF to HTML . My question is as follows: In the trial version of...
View ArticleSetting Up Aspose PDF Android
I have downloaded Aspose PDF Android Jar file and all examples from github. I have also imported Hello World Project in Eclipse but it shows a lot of errors.It says "Unable to resolve target...
View ArticleEmbedding table in XML removes custom font
Hi,I am using the trial version to check if we can produce pdf's we want.Attached is the test xml I am using.without the table it's working as intended, and I see my custom font.with the table, the...
View ArticleTable drawn over to margin
Seen a repeatable problem with Tables: using Generator and BindXML:If a table with MarginTop value other than zero is flowd by previous content so that the table should render near the end of a page...
View ArticleCheck for the last element in page
Hello, i wanted to know if i can check if my element (table, paragraph, ... ) is the last element in the page ? i have title blocs that i want to put in a new page if they are last elements in page....
View ArticleConvertFdfToXml without actually using files?
Hi, this piece of code works as intended:byte[] byteArray = Encoding.UTF8.GetBytes(ssFDF); using (MemoryStream fdfStream = new MemoryStream(byteArray)) {...
View ArticlePDF font detection
I am looking for a way to identify Fonts from PDF using ASPOSE PDF.NET This message was posted using Banckle Live Chat 2 Forum
View ArticleTextStamp throws NullPointerException when ran on Linux Server
So the code I am currently working with works fine when I run it on a windows environment. However I have built it to run on an Oracle Linux server and that is where I started running into issues....
View Articlespan with background-color attribute exceed the document boundary
I have a problem with a Aspose.Pdf.Generator.Text containing html span with a background-color attribute. I've set the IsHtmlTagSupported to true;This span doesn't work : span...
View Article