Lost fonts when convert pdf to svg
Hi,We have a request to convert xps to svg, we didn't find the direct way to do this. So we convert xps to pdf first and then convert pdf to svg. Now the problem is that some fonts are missing when...
View ArticleValidate PDF/A error
Hi, i try to validate the file in attachment using aspose-pdf-4.3.0.jar, but i get the following exception:Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of...
View ArticleTextSegments with height and width 0
When I try to read the text from the PDF i have on the second page the problem, that on some TextSegments, the coordinates are wird (at least for me). Only on the first page i have correct values.For...
View ArticleIssues with generated PDF table formating
Used Aspose.PDF 9.5.0 I encounter a couple of problems with formating of table in generated PDF: trouble1.pdf - text out of cell (symbol h) trouble4.pdf - text out of cell on second page. (No source...
View ArticleFind and Replace English text with Japanese
I tried to use the examples but somehow its not working I am looking at aspose to exchange certain English characters in a PDF with Japanese So I would like to see how easy/difficult it is.So far i...
View Articleimprove performance of generating large files using aspose.pdf
Hello All,I have used aspose.pdf for converting pdf to jpg, so can view pdf files as thumbnailsI followed this link to do:...
View Articlepdf file not loaded properly In Aspose...
when I use pdf1.Save("C:\\Users\\Downloads\\Report.pdf");...the pdf file contains all the data..Working finebut I don't want to hardcoded the path....I just want to save it in client's machine..means...
View ArticleJust starting out
Hi there,I am trying to generate a PDF document using the Aspose PDF. Just wondering if somebody could help me with couple of issues that I am facing.1. I am using generator to create the document, is...
View ArticleAspose PDF Flatten not working
Hi,I am using Aspose PDF dll to flatten my fillable pdf's and its not working. My actual requirement is to concatenate two pdf's. When i am trying to concatenate a fillable pdf with normal pdf it is...
View ArticleSplit Large PDF into Multiple Sub Files
When using Aspose.Pdf.Facades.PdfFileEditor Class, the Extract Method, causes substantial speed issues when attempting to split a large 200 MB(180,000 pages) pdf file into multiple chunks of...
View ArticleBold tag does not work when using HTML
Hello,I am having a difficult time getting the bold tag to work as expected. Here is a code snippet that should reproduce the problem. I am taking an HTML string and passing it as a new segment....
View ArticleProblem with HTML to PDF conversion
I have tried to convert HTML to PDF in two different ways without much luck.Firstly I used pdf.bindhtml(...) and the result was lacking formatting (such as the strong tag).Then I tried following one of...
View ArticleUnsupported font style when converting HTML to PDF
Hi I am having problem converting HTML string to PDF by using DOM approach.Here's my sample code snippet.license.SetLicense(lic_path);string fullPath = "C:\\OutputFolder\\"string emailBodyDetails =...
View ArticleRichTextBoxField not formating the HTML
I am currently investigating some functionalities and i'm not getting the RichTextBoxField to work.The Html text i am putting in RichTextValue is not getting formated.This is my code and the pdf file i...
View ArticleCorrupt output when using PdfPageEditor
Using Aspose.Pdf - 9.5.0.0, I have received a lot of complaints regarding corrupt/blank PDF's, and have determined it happens after PdfPageEditor Zoom() and MovePosition() have run.Below is a piece of...
View ArticleHow to fix the page height automatically in Aspose Pdf
Aspose.Pdf.Generator.Pdf pdf1 = new Aspose.Pdf.Generator.Pdf(); Aspose.Pdf.Generator.Section sec1 = pdf1.Sections.Add();sec1.PageInfo.PageHeight = 4000;I don't want to hardcoded the page height.I just...
View ArticleSetting maxWidth for Image in .xslt (Aspose PDF)
Hello Aspose-Team,is it possible set maxWidth for image in .xlst? i'm creating pdf-files via binding xslt and xml.As i see there are not much options for changing the size of images. or i'm missing...
View ArticleExtract and Replace Certain Field in PDF
Hi all,I'm having this task as per below :1.) Received pdf from end-user.2.) Need to change their field address, then need to extract and match the pdf received from oracle database for old field...
View ArticleIssue in retrieving pdf Signature Information
Hi,The attached PDF file cannot be processed by Aspose. The ClassCastException (shown below) happens with 9.0 and 9.3 versions. Is there any workaround for this, in case this is a bug in Aspose....
View ArticlePCL to PDF conversion does not work
Hello,I'm testing your Aspose Java library (Aspose.Pdf for Java 9.3.1) with a temporary licence in order to convert a PCL file into PDF. I've used the testing file "test.pcl" you provided in your...
View Article