Sort Score
Result 10 results
Languages All
Labels All
Results 9,061 - 9,070 of 401,855 for

document

(0.14 sec)
  1. CompareOptions.compare_moves property | Aspose....

    CompareOptions.compare_moves property. Specifies whether to compare differences between the two Documents....differences between the two documents. @property def compare_moves...to filter specific types of document elements when making a comparison...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CleanupOptions.unusedBuiltinStyles property | A...

    CleanupOptions.unusedBuiltinStyles property. Specifies that unused [Style.builtIn](../../style/builtIn/) styles should be removed from Document....styles should be removed from document. get unusedBuiltinStyles ()...styles from a document. let doc = new aw . Document (); doc . styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. IResourceLoadingCallback.ResourceLoading | Aspo...

    Discover how the IResourceLoadingCallback enhances Aspose.Words by efficiently managing external resource loading for seamless Document processing....external resources into a document. public void ResourceLoadingCallb...ResourceLoadingCallb () { Document doc = new Document (); doc . ResourceLoadingCallb...

    reference.aspose.com/words/net/aspose.words.loa...
  4. Convert to PDF on Linux Container using .net - ...

    We need support to use the Aspose.PDF library on a Linux container. We are trying to convert .docx and .tiff files to .PDF, but we encounter errors because Aspose internally uses System.Drawing.common.dll , which doesn’t…...Load the DOCX file Document doc = new Document("input.docx"); //...Create a PDF document Document pdfDocument = new Document(); // Create...

    forum.aspose.com/t/convert-to-pdf-on-linux-cont...
  5. C# .NET OneNote Manipulation API | Create Conve...

    C# VB.NET ASP.NET OneNote library to read write and edit Microsoft OneNote files in .NET Windows web applications or services. Create and export .one files to PDF BMP PNG JPEG GIF...NET OneNote Documents Processing APIs Create, Manipulate...NET OneNote Applications Documentation Source Code API Reference...

    products.aspose.com/note/net/
  6. DigitalSignatureUtil.sign method | Aspose.Words...

    aspose.words.digitalsignatures.DigitalSignatureUtil.sign method...sign_options) Signs source document using given CertificateHolder...signature and writes signed document to destination stream. Supported...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldFormText | Aspose.Words for Java

    Implements the FORMTEXT field in Java....the Working with Fields documentation article. Remarks: Inserts...the Developer tab. Document doc = new Document(getMyDir() + "Form...

    reference.aspose.com/words/java/com.aspose.word...
  8. Document.removeExternalSchemaReferences method ...

    Document.removeExternalSchemaReferences method. Removes external XML schema references from this Document....schema references from this document. removeExternalSchema () See...class Document Document.removeBlankPages method Document.removeMacros...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Display PS Formats Using C++ | Aspose.PDF

    Open and view PS Documents programmatically with C++ sample code using Aspose.PDF for C++... powerful and easy to use document manipulation API for cpp platform...the PS with an instance of Document. View resultant File. C++...

    products.aspose.com/pdf/cpp/viewer/ps/
  10. Add Circle Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a circle object to your PDF using Aspose.PDF for .NET....Follow the steps below: Create Document instance. Create Drawing object...Circle () { // The path to the document directory var dataDir = RunExamples...

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