Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 50,589 for

import document

(0.08 sec)
  1. Converting DjVu to PDF Format in PHP|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Initialize the metadata for Pdf document $export_options -> setPdfDocumentInfo...to be exported #range = Rjb::import('com.aspose.imaging.IntRange')...

    docs.aspose.com/imaging/java/converting-djvu-to...
  2. Save BarCode Image to Streams in Ruby|Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....barcode object builder = Rjb :: import ( 'com.aspose.barcode.BarCodeBuilder'... setSymbologyType ( Rjb :: import ( 'com.aspose.barcode.Symbology'...

    docs.aspose.com/barcode/java/save-barcode-image...
  3. PDF Highlights Annotation|Aspose.PDF for Java

    Discover how to add highlights annotations in a PDF Document in Java using Aspose.PDF to highlight Important text....underlines in the text of a document. When opened, they shall display...markup annotations in the PDF document can be edited using the properties...

    docs.aspose.com/pdf/java/highlights-annotation/
  4. Remove ODP Annotation using Python | products.a...

    Python source code to remove ODP presentation comments...manipulate comments & authors in document files using server-side APIs... powerful and easy to use document manipulation API for Python...

    products.aspose.com/slides/python-net/annotatio...
  5. How to calculate paragraphs in word occupy a fe...

    LayoutEnumerator Please provide me with a case, thanks...paragraph occupies in a Word document using the LayoutEnumerator...traverse the layout entities of a document and determine the number of...

    forum.aspose.com/t/how-to-calculate-paragraphs-...
  6. CompositeNode.AppendChild | Aspose.Words for .NET

    Discover how the CompositeNode AppendChild method enhances your coding by seamlessly adding nodes to your child node list. Boost your development efficiency!...another document, you should use ImportNode to import the node...node to the current document. The imported node can then be inserted...

    reference.aspose.com/words/net/aspose.words/com...
  7. Convert VSTX to PDF via Python | products.aspos...

    Sample Python conversion code for VSTX format to PDF file. Use this example code to convert VSTX to PDF within any Python based application....Install-Package Visit our documentation for more details. How to...Conversion Source Code import jpype import asposediagram jpype.startJVM()...

    products.aspose.com/diagram/python-java/convers...
  8. Convert VSDM to PDF via Python | products.aspos...

    Sample Python conversion code for VSDM format to PDF file. Use this example code to convert VSDM to PDF within any Python based application....Install-Package Visit our documentation for more details. How to...Conversion Source Code import jpype import asposediagram jpype.startJVM()...

    products.aspose.com/diagram/python-java/convers...
  9. Working with AcroForms in PDF using Aspose.PDF ...

    With Aspose.PDF for C++ you may create a form from scratch, fill the form field in a PDF Document, extract data from the form, add or remove fields in the existing form....to be added to the PDF form document to support populating the...XFA supports the concept of document reflow allowing a field to...

    docs.aspose.com/pdf/cpp/acroforms/
  10. Word文件,如何去掉页眉页脚,同时保持内容排版不变 - Free Support Forum...

    Import com.aspose.words.*; public class RemoveHeaderFooter { public static void main(String[] args) throws Exception { Document doc = new Document("input.doc"); for (Section section : doc.getSection…...December 8, 2025, 10:36am 1 import com.aspose.words.*; public...throws Exception { Document doc = new Document("input.doc"); for...

    forum.aspose.com/t/word/322768