Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 401,899 for

document

(0.27 sec)
  1. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Python via .NET....) to PDF documents. You also get the leverage...steps below: Create a new PDF Document . Add Page to pages collection...

    docs.aspose.com/pdf/python-net/add-rectangle/
  2. Convert PDF to PDF/A formats|Aspose.PDF for Java

    Learn how to convert PDF files to PDF/A format for long-term archiving and compliance with Document preservation standards using Aspose.PDF in Java.... // Open document Document document = new Document ( DATA_DIR...Convert to PDF/A compliant document // During conversion process...

    docs.aspose.com/pdf/java/convert-pdf-to-pdfa/
  3. FieldKeywords | Aspose.Words for Java

    Implements the KEYWORDS field in Java....the Working with Fields documentation article. Remarks: Retrieves... and optionally sets, the document’s keywords, as recorded in...

    reference.aspose.com/words/java/com.aspose.word...
  4. aspose.words.layout module | Aspose.Words for P...

    The aspose.words.layout module provides classes that allow to access information such as on what page and where on a page particular Document elements are positioned, when the Document is formatted into pages....particular document elements are positioned, when the document is formatted...to compute page numbers of document nodes. LayoutEnumerator Enumerates...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldMacroButton.MacroName | Aspose.Words for .NET

    Discover the FieldMacroButton MacroName property to easily manage and customize your macros or commands for enhanced functionality and efficiency....us to run a document’s macros by clicking. Document doc = new Document...Document ( MyDir + "Macro.docm" ); DocumentBuilder builder =...

    reference.aspose.com/words/net/aspose.words.fie...
  6. 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....as a second argument to the Document.Save(..) method. Converting...() { } // The path to the documents directory. private static...

    docs.aspose.com/pdf/java/convert-pdf-to-excel/
  7. DocumentPartSavingArgs.document_part_file_name ...

    DocumentPartSavingArgs.Document_part_file_name property. Gets or sets the file name (without path) where the Document part will be saved to....document_part_file_name property DocumentPartSavingAr.document_part_file_name...the document part will be saved to. @property def document_part_file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Comment.Done | Aspose.Words for .NET

    Mark comments as complete with the Done property. Easily manage your tasks and improve workflow efficiency with this simple flag feature.... Document doc = new Document (); DocumentBuilder...we make a change within the document, // we can apply the change...

    reference.aspose.com/words/net/aspose.words/com...
  9. XpsSaveOptions.save_format property | Aspose.Wo...

    XpsSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used...Specifies the format in which the document will be saved if this save...of a saved XPS document. doc = aw . Document () builder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extracting raw text from PDF file|Aspose.PDF fo...

    This article describes various ways to extract text from PDF Documents using Aspose.PDF for Java. From entire pages, from a specific part, based on columns, etc....of a PDF Document Extracting text from a PDF document is a common...from all the pages of a PDF document. To extract text from all...

    docs.aspose.com/pdf/java/extract-text-from-all-...