Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 56,499 for

import document

(0.14 sec)
  1. Add Curve Annotation|Aspose.PDF for Python via ...

    This example binds an input PDF, draws a dashed curve on the first page, and saves the modified Document....visual emphasis or marking important areas. Using PdfContentEditor...the updated Document. import aspose.pdf as ap import aspose.pdf...

    docs.aspose.com/pdf/python-net/add-curve-annota...
  2. Add Line Annotation|Aspose.PDF for Python via .NET

    This example binds an input PDF, draws a red line annotation with square line endings, and saves the modified PDF....the updated Document. import aspose.pdf as ap import aspose.pdf...pdf_facades import aspose.pydrawing as apd import sys from os...

    docs.aspose.com/pdf/python-net/add-line-annotat...
  3. Aspose.Words for Java 26.7 ignores w:eastAsianL...

    Environment Aspose.Words for Java 26.7 (aspose-words-26.7-jdk17.jar), reported by BuildVersionInfo.getVersion() as 26.7.0 JDK 17 build, tested on OpenJDK 25 (Corretto), macOS 14 Rendering: Document.save(path, new PdfSav…...(Corretto), macOS 14 Rendering: Document.save(path, new PdfSaveOptions())...a DOCX round-trip through Document — after doc.save("round-trip...

    forum.aspose.com/t/aspose-words-for-java-26-7-i...
  4. Convert PDF to PDF/A formats in Python|Aspose.P...

    Learn how to convert PDF files to PDF/A format for compliance with archiving standards using Aspose.PDF in Python via .NET....Convert the file using the Document class Convert method. Before...compliant PDF. import aspose.pdf as apdf from io import FileIO from...

    docs.aspose.com/pdf/python-net/convert-pdf-to-p...
  5. What's new|Aspose.PDF for Python via .NET

    In this page introduces the most popular new features in Aspose.PDF for Python via .NET that have been introduced in recent releases.... import aspose.pdf as ap def optim...outfile ): with ap . Document ( infile ) as document : optimize_options...

    docs.aspose.com/pdf/python-net/whatsnew/
  6. Rotate PDF Documents Online or using .NET | pro...

    Rotate PDF Document through online app for free. .NET API C# code to rotate PDF files....NET Rotate Pdf Rotate PDF Document Online or via .NET Develop...Develop powerful .NET based PDF document rotation utility application...

    products.aspose.com/total/net/rotate/pdf/
  7. Add Polyline Annotation|Aspose.PDF for Python v...

    The example binds an input PDF, creates a solid polyline on the first page, and saves the modified Document with an annotation....connections in diagrams and documents. Create the PdfContentEditor...the updated Document. import aspose.pdf as ap import aspose.pdf...

    docs.aspose.com/pdf/python-net/add-polyline-ann...
  8. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra formatting to the table. DocumentBuilder bu…...specified with rgba in the word document Aspose.Words Product Family...GenerateWordFromWith() { Document doc = new Document(); // We can position...

    forum.aspose.com/t/inserthtml-does-not-preserve...
  9. Add Polygon Annotation|Aspose.PDF for Python vi...

    This example binds an input PDF, draws a solid polygon on the first page, and saves the modified Document with an annotation....the updated Document. import aspose.pdf as ap import aspose.pdf...pdf_facades import aspose.pydrawing as apd import sys from os...

    docs.aspose.com/pdf/python-net/add-polygon-anno...
  10. Working with Text in PS file | Python

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Developer Guide Working with PS Document Working with Text Live Demos...Hide Show ] Add Text in PS Document This article explores the...

    docs.aspose.com/page/python-net/ps/working-with...