Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 831 for

split document

(0.02 sec)
  1. HtmlSaveOptions.exportFontResources property | ...

    HtmlSaveOptions.exportFontResources property. Specifies whether font resources should be exported to HTML, MHTML or EPUB...resources allows for consistent document rendering independent of the...is set to true , main HTML document will refer to every font via...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Adding a Watermark to an Image|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....Watermark to an Image This document explains how to add a watermark...example source code has been split into parts to make it easy to...

    docs.aspose.com/psd/java/adding-a-watermark-to-...
  3. How to Protect PDF File with Password in C#

    This brief tutorial explains details about how to protect PDF file with password in C#. You will learn how using C# PDF password protect feature can be utilized by following simple steps and the code snippet....confidential data using the Document class Encrypt the PDF file...the security level of the document as well, for instance, setting...

    kb.aspose.com/pdf/net/how-to-protect-pdf-file-w...
  4. Aspose::Words::Saving::SaveOptions class | Aspo...

    Aspose::Words::Saving::SaveOptions class. This is an abstract base class for classes that allow the user to specify additional options when saving a Document into a particular format. To learn more, visit the Documentation article in C++....additional options when saving a document into a particular format....the Specify Save Options documentation article. class SaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Aspose.Words for Python

    This API allows you to do all kinds of operations on Words files in Python code including creating, editing and converting etc....in Word using Python Split Word Document into Sections with Python...From Word Document in Python Compare PDF Documents using Python...

    kb.aspose.com/words/python/
  6. Aspose::Words::Vba::VbaReferenceCollection::Rem...

    Aspose::Words::Vba::VbaReferenceCollection::RemoveAt method. Removes the VbaReference element at the specified index of the collection in C++....; auto doc = MakeObject < Document > ( MyDir + u "VBA project...refParts = libIdReference . Split ( MakeArray < char16_t > ({...

    reference.aspose.com/words/cpp/aspose.words.vba...
  7. SaveOptions class | Aspose.Words for Python

    aspose.words.saving.SaveOptions class. This is an abstract base class for classes that allow the user to specify additional options when saving a Document into a particular format...additional options when saving a document into a particular format....the Specify Save Options documentation article. Remarks An instance...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RowFormat.AllowBreakAcrossPages | Aspose.Words ...

    Discover the RowFormat AllowBreakAcrossPages property, enable seamless text flow in table rows across page breaks for enhanced readability and presentation....in a table row is allowed to split across a page break. public...row in a table. Document doc = new Document ( MyDir + "Table...

    reference.aspose.com/words/net/aspose.words.tab...
  9. How to Crop a PDF using C#

    This how-to guide describes how to crop a PDF using C#. It contains the configuration information, a program flow, and a runnable sample code to crop one page from PDF using C#....the source PDF file in the Document class object to crop it Display...summarize the process to crop PDF document using C# . The process starts...

    kb.aspose.com/pdf/net/how-to-crop-a-pdf-using-c...
  10. Zoom PDF File using C#

    This article guides on how to zoom PDF file using C#. It has the details to set the IDE, steps, and a sample code to apply the feature of PDF zoom out using C#....the source PDF file into the Document object for zooming in when...application, or print the document. This article has taught us...

    kb.aspose.com/pdf/net/zoom-pdf-file-using-csharp/