Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 61,555 for

paths

(0.14 sec)
  1. Text Extends Beyond Circle Boundaries When Conv...

    Hi, We are using Aspose.slides for c++ For attached ppt, there is sun image with text fully inside the circle. Using below code to generate thumbnail, the text in thumbnail goes outside circle boundaries. shape->GetIm…...MakeObject<Array<String>>(1, u"path_to_folder_with_fonts"); Fon...2025, 11:27am 7 andrey.potapov: path_to_folder_with_fonts Can you...

    forum.aspose.com/t/text-extends-beyond-circle-b...
  2. Merge XPS files | .NET API Solution

    Merger XPS functionality of Aspose.Page API solution for .NET allows you to combine several XPS files into a single XPS or PDF document....string array containing the paths of the additional XPS files...Define a string array with the paths of the additional XPS files...

    docs.aspose.com/page/net/merge/xps/
  3. LaTeX to XPS | .NET

    Conversion functionality of Aspose.TeX API solution for .NET lets convert LaTeX files to XPS format. Here are some code examples....of child elements - Canvas , Path and Glyphs . Canvas is a grouping...can contain other Canvases , Paths and Glyphs . It serves to control...

    docs.aspose.com/tex/net/latex-to-xps/
  4. PDF Merge returns Object reference not set to a...

    Using the PdfFileEditor.Concatenate method is throwing a “Object reference not set to an instance of an object System.NullReferenceException” error. Both files intended to merge exist and confirm they exist. We can merge…...steps: Check File Paths : Ensure that the paths to the input PDF...

    forum.aspose.com/t/pdf-merge-returns-object-ref...
  5. Convert PDF to Excel|Aspose.PDF for Java

    Aspose.PDF for Java allows you to convert PDF to Excel format using java. During this, the individual pages of the PDF file are converted to Excel worksheets....Path ; import java.nio.file.Paths ; import com.aspose...The path to the documents directory. private static Path _dataDir...

    docs.aspose.com/pdf/java/convert-pdf-to-excel/
  6. Convert a PDF that contains XFA forms TO PDF an...

    Hi, When I use Aspose to convert a PDF that contains XFA forms TO PDF and try to flatten it, the process fails and corrupts the file. Can you please help as always ? Thanks un advance, Dani original xfa form.pdf (3…...pdfDocument = new Document("path/to/original_xfa_form.pdf");...modified document pdfDocument.Save("path/to/flattened_output.pdf"); Make...

    forum.aspose.com/t/convert-a-pdf-that-contains-...
  7. Generating the form|Documentation

    How to render a printable form image and generate a recognition pattern file for Aspose.OMR for Java engine....recognition pattern file, provide the path to the form’s source code to...in the source code, the full path to each image file must be directly...

    docs.aspose.com/omr/java/generate-template/
  8. 如何加载字体?| Java 版 Aspose.Font

    如何使用Aspose.font用于Java解决方案上的Yout设备上的字体?答案在本文中给出了代码示例中的解释。...Paths ; 7 8 import com.aspose.font...1 //构造文件的路径 2 字符串fontpath = paths. get (getDatadir() ,“ montserrat...

    docs.aspose.com/font/zh/java/how-to-load-fonts/
  9. ConversionService and its tests - Free Support ...

    Hi, Can you please take a look on ConversionService class ,the hurt of my GIS converter Lib and its tests (ConversionServiceTests). I build the below two files with ChatGPT and Microsoft. Thanks in adavnce, /// /…...Responsibilities /// - Validate paths (input/output exists, temp can...implemented (e.g., stream handling, path normalization). Whether the...

    forum.aspose.com/t/conversionservice-and-its-te...
  10. How to Merge PDF using Python

    This short tutorial guides you on how to merge PDF using Python. It has information to set the IDE, steps to write the program and a runnable Python code to merge PDF files....array of strings having the path and name of all the PDF files...strings containing the full paths to the PDF files that are to...

    kb.aspose.com/pdf/python/how-to-merge-pdf-using...