Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 67,143 for

import

(0.14 sec)
  1. FieldInclude.BookmarkName | Aspose.Words for .NET

    Discover how to use the FieldInclude BookmarkName property to easily manage bookmarks in your documents for enhanced organization and efficiency....can use an INCLUDE field to import a portion of another document...with this field contains this imported portion. FieldInclude field...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldInclude.SourceFullName | Aspose.Words for ...

    Discover how to utilize the FieldInclude SourceFullName property to efficiently manage document locations. Enhance your workflow today!...can use an INCLUDE field to import a portion of another document...with this field contains this imported portion. FieldInclude field...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Convert Evernote to OneNote in C# | Aspose.Note

    Learn how to convert Evernote to OneNote in C#. This guide provides code examples and simplifies the export process....NET allows you to import exported PDFs into OneNote...instance of the Document class. Import the converted Evernote PDF...

    blog.aspose.com/note/convert-evernote-to-onenot...
  4. Convert Visio to BMP via Python | products.aspo...

    Sample Python conversion Visio to BMP file. Use this example code to convert Visio to BMP within any Python based application....Conversion Source Code import jpype import asposediagram jpype.startJVM()...startJVM() from asposediagram.api import * // load the VSDX in an object...

    products.aspose.com/diagram/python-java/convers...
  5. Working with Headers and Footers|Aspose.Words f...

    Create, manage, and remove headers and footers in a document using Python....words import Document , HeaderFooterType...collection: from aspose.words import Document , HeaderFooterType...

    docs.aspose.com/words/python-net/working-with-h...
  6. Working with Contacts in PST File|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....pst import PersonalStorage from aspose.email.mapi import ContactSaveFormat...PST. from aspose.email.mapi import MapiMessage # Load the MAPI...

    docs.aspose.com/email/python-net/working-with-c...
  7. Edit HTML In Python

    Edit HTML in Python code....Edit a Table Edit an Image import aspose.words as aw doc = aw...) doc.save( "Output.html" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/edit/html/
  8. Edit MARKDOWN In Python

    Edit MARKDOWN in Python code....Edit a Table Edit an Image import aspose.words as aw doc = aw..." ) doc.save( "Output.md" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/edit/markd...
  9. Edit PDF In Python

    Edit PDF in Python code....Edit a Table Edit an Image import aspose.words as aw doc = aw...update_page_layout() doc.save( "Output.pdf" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/edit/pdf/
  10. Add Text stamps in PDF programmatically|Aspose....

    Add a text stamp to a PDF file using the TextStamp class with Java....examples ; import com.aspose.pdf.* ; import com.aspose.pdf...pdf.facades.* ; import com.aspose.pdf.facades.Stamp ; public class...

    docs.aspose.com/pdf/java/text-stamps-in-the-pdf...