Sort Score
Result 10 results
Languages All
Labels All
Results 7,761 - 7,770 of 347,543 for

document

(0.08 sec)
  1. PdfLoadOptions class | Aspose.Words for Node.js

    Aspose.Words.Loading.PdfLoadOptions class. Allows to specify additional options when loading Pdf Document into a [Document](../../aspose.words/Document/) object...options when loading Pdf document into a Document object. To learn more...the Specify Load Options documentation article. Inheritance: PdfLoadOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. InlineStory.isInsertRevision property | Aspose....

    InlineStory.isInsertRevision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled.... Document ( base . myDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. RtfSaveOptions.export_images_for_old_readers pr...

    RtfSaveOptions.export_images_for_old_readers property. Specifies whether the keywords for old readers are written to RTF or not...affect the size of the RTF document. Default value is True . @property... These keywords allow the document to be displayed correctly...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert DOCX to PPTM via C++ or with free Onlin...

    Export DOCX to PPTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to PPTM online converter quickly before integrating the code....Why to Convert Converting a document from one format to another...on C++ Open DOCX file using Document class reference Convert DOCX...

    products.aspose.com/total/cpp/conversion/docx-t...
  5. FontInfo.GetEmbeddedFont | Aspose.Words for .NET

    Discover the FontInfo GetEmbeddedFont method to easily retrieve specific embedded font files, enhancing your design projects with seamless typography....extract an embedded font from a document, and save it to the local...local file system. Document doc = new Document ( MyDir + "Embedded...

    reference.aspose.com/words/net/aspose.words.fon...
  6. FontInfo.GetEmbeddedFontAsOpenType | Aspose.Wor...

    Discover how the FontInfo GetEmbeddedFontAsOpenType method retrieves embedded fonts in OpenType format, enhancing your design flexibility and quality....extract an embedded font from a document, and save it to the local...local file system. Document doc = new Document ( MyDir + "Embedded...

    reference.aspose.com/words/net/aspose.words.fon...
  7. WebExtensionBindingType enumeration | Aspose.Wo...

    aspose.words.webextensions.WebExtensionBindingType enumeration. Enumerates available types of binding between a web extension and the data in the Document....extension and the data in the document. Members Name Description...extension to a document. doc = aw . Document () # Create task...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OoxmlSaveOptions.compliance property | Aspose.W...

    OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output Document...OOXML version for the output document. The default value is OoxmlCompliance...saved document to adhere to. let doc = new aw . Document (); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldCreateDate.use_um_al_qura_calendar propert...

    FieldCreateDate.use_um_al_qura_calendar property. Gets or sets whether to use the Um-al-Qura calendar....of the document. doc = aw . Document ( MY_DIR + 'Document.docx'...( doc ) builder . move_to_document_end () builder . writeln (...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Circle Object to PDF file|Aspose.PDF for Py...

    This article explains how to create a circle object to your PDF using Aspose.PDF for Python via .NET....draw a circle within a PDF document using Aspose.PDF for Python...Follow the steps below: Create Document instance. Create Drawing object...

    docs.aspose.com/pdf/python-net/add-circle/