Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 6,198 for

convert document

(0.32 sec)
  1. Aspose::Words::Saving::CssSavingArgs class | As...

    Aspose::Words::Saving::CssSavingArgs class. Provides data for the CssSaving() event. To learn more, visit the Documentation article in C++....more, visit the Save a Document documentation article. class CssSavingArgs...saved to. get_Document () const Gets the document object that is...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. DWF Drawings|CAD 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....sample below shows how to convert a file using default settings...sample below shows how to convert a file using default settings...

    docs.aspose.com/cad/net/dwf-drawings/
  3. Getting Started – Aspose.HTML for Java

    Learn about Aspose.HTML for Java library – benefits and supported features, performance and scalability, learning and technical support....Some key features include: Document Object Model (DOM) – DOM that...nodes. High-performance convertersConvert between different formats...

    docs.aspose.com/html/java/getting-started/
  4. 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...
  5. LaTeX to image | Aspose.TeX for .NET

    To Convert TeX to image formats using Aspose.TeX API solution for .NET learn this article to see that describes how to do this and the code examples....NET allows us to convert LaTeX files to a number of...raster image formats. How to convert LaTeX to PNG Let’s take a detailed...

    docs.aspose.com/tex/net/latex-to-image/
  6. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportDropDownFormFieldAsText method. Controls how drop-down form fields are saved to HTML or MHTML. Default value is false in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...DocumentBuilder > ( doc ); // Use a document builder to insert a combo...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Aspose.SVG Product Family

    The articles in Aspose.SVG Documentation provide detailed information about C# and Python libraries – how to parse and manipulate SVG....rendering SVG documents. The API maintains the Document Object Model...You can easily modify the document tree, add and remove nodes...

    docs.aspose.com/svg/
  8. LoadOptions.preserve_include_picture_field prop...

    LoadOptions.preserve_include_picture_field property. Gets or sets whether to preserve the INCLUDEPICTURE field when reading Microsoft Word formats...the INCLUDEPICTURE field is converted into a shape object. You can...when loading a document. doc = aw . Document () builder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  9. IMailMergeCallback Interface | Aspose.Words for...

    Optimize your mail merge process with Aspose.Words.MailMerging.IMailMergeCallback. Get real-time notifications and enhance your Document automation efficiency....void Callback () { Document doc = new Document (); DocumentBuilder...ensure that the mail merge will convert tags, such as our "LastName"...

    reference.aspose.com/words/net/aspose.words.mai...
  10. Create HTML File in Python

    This article covers the process to create HTML file in Python. It explains the stepwise process and a runnable sample code to create HTML page generator in Python....library Initialize an empty HTML document with the HTMLDocument class...and append it to the HTML document Write the output HTML file...

    kb.aspose.com/html/python/create-html-file-in-p...