Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 3,459 for

import document

(0.03 sec)
  1. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...builder = new DocumentBuilder(document); AtomicInteger bmCount =...AtomicInteger(1); for (Object obj : document.getChildNodes(NodeType.SHAPE...

    forum.aspose.com/t/alternative-way-to-extract-a...
  2. Copying Paragraph and Portion in PPTX|Aspose.Sl...

    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.... import aspose.slides as slides #Function...portion gets the copied values. import aspose.slides as slides #Function...

    docs.aspose.com/slides/python-net/copying-parag...
  3. Insert Paragraph, Table, HMTL into existing Tex...

    We have docx files that have existing Text or Rich Text controls. Using java Aspose.words.2406, I can only append the Run to these existing Content Controls. For Paragraph or Table or using DocumentBuilder to insertHTM…...markup level of the structured document tags (SDTs). Since you mentioned...markup level of your structured document tag to MarkupLevel.Block ...

    forum.aspose.com/t/insert-paragraph-table-hmtl-...
  4. Extract the content of Bookmark - Free Support ...

    Hello Team, I want to extract the content between Bookmark start and end and Bookmark is in header and footer. It can contain image anything not only text give me some code for the same...start and end points in a document, including images and other...// Load the document Document doc = new Document(filePath); //...

    forum.aspose.com/t/extract-the-content-of-bookm...
  5. Metered Licensing|Aspose.Slides for Python Docu...

    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....how to use metered licensing: import aspose.slides as slides # Creates...

    docs.aspose.com/slides/python-net/metered-licen...
  6. How to Convert SVG to PDF using C#

    This brief topic walks you through detailed steps on how to convert SVG to PDF using C# along with information about configuring the environment to execute the code. Using C# SVG to PDF converter application can be easily developed using a simple API interface....Imaging to convert SVG to PDF Import the reference to Aspose.Imaging...multi-page options, and PDF document information with the help...

    kb.aspose.com/imaging/net/how-to-convert-svg-to...
  7. Developer Guide Node.js Font Manipulation API

    Developer Guide for Node.js Font Manipulation API explains developers how to work with TrueType and OpenType Fonts, Type1 Fonts, and CFF Fonts.... All you need is to import the AsposeFontForNode to your...ECMAScript modules: Copy 1 import AsposeFont from ' asposefontnodejs...

    docs.aspose.com/font/nodejs-cpp/developer-guide/
  8. Convert PPTX to PPT in Python|Aspose.Slides for...

    Convert PowerPoint PPTX to PPT in Python... import aspose.slides as slides # Instantiate...

    docs.aspose.com/slides/python-net/convert-pptx-...
  9. Render Presentation with Fallback Font|Aspose.S...

    Render PowerPoint with fallback font in Python... import aspose.slides as slides # Create...

    docs.aspose.com/slides/python-net/render-presen...
  10. Open PSD, PSB and AI files and export them to P...

    Example PSD, PSB and AI file export to other formats... First, you need to import the necessary classes and modules...

    docs.aspose.com/psd/python-net/open-export-psd-...