Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 41,638 for

document properties

(0.43 sec)
  1. Word API and confidentiality - Free Support For...

    We would like to integrate MS Word confidentiality available in Office 365 in our solution. I saw that in the ooxml standard there is a docMetadata folder and inside a LabelInfo.xml file. Is there an API available in th…...You can manipulate the document properties and metadata using Aspose...and then embed it into the document as custom XML parts. Code...

    forum.aspose.com/t/word-api-and-confidentiality...
  2. Insert and Append Documents in Java|Aspose.Word...

    Combine Documents into one: insert or append a Document into a new or existing one using find and replace, merge field, bookmark, or simply at the Document end in Java....Ask AI Insert and Append Documents Contents [ Hide ] Sometimes...required to combine several documents into one. You can do this...

    docs.aspose.com/words/java/insert-and-append-do...
  3. Working with the Shadow Effect of Shape or Char...

    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....shadow_effect property along with the ShadowEffect...class contains the following properties that can be set to achieve...

    docs.aspose.com/cells/python-net/working-with-t...
  4. Convert DOCM to XLTM in C++ or with free Online...

    C++ API to Convert DOCM to XLTM or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOCM to XLTM online converter quickly before integrating the code....Why to Convert Converting documents from one format to another...processing. This is where document manipulation and conversion...

    products.aspose.com/total/cpp/conversion/docm-t...
  5. FramesetCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words FramesetCollection class, your go-to solution for managing multiple Frameset instances effortlessly in Document processing....the Programming with Documents documentation article. public class...The default constructor. Properties Name Description Count {...

    reference.aspose.com/words/net/aspose.words.fra...
  6. Convert WORD to XLT in C++ or with free Online ...

    C++ API to Convert WORD to XLT or Online App without using using Microsoft Word or Microsoft Excel or online. Test free WORD to XLT online converter quickly before integrating the code....to Convert Converting Word documents to Excel spreadsheets is a...are more secure than Word documents, making them a better choice...

    products.aspose.com/total/cpp/conversion/word-t...
  7. How to Create and Convert an XML File to PDF|As...

    PDF SharePoint API is capable of creating and converting XML files into PDF format....features from the creation of PDF document from scratch to manipulation...source path . Specify file properties . Export the file to PDF...

    docs.aspose.com/pdf/sharepoint/how-to-create-an...
  8. Convert MOBI to CSV in C++ or with free Online ...

    C++ API to Convert MOBI to CSV or Online App without using using Microsoft Word or Microsoft Excel or online. Test free MOBI to CSV online converter quickly before integrating the code.... powerful and easy to use document manipulation and conversion...to CSV Open MOBI file using Document class reference Convert MOBI...

    products.aspose.com/total/cpp/conversion/mobi-t...
  9. Convert DOTX to XLTX in C++ or with free Online...

    C++ API to Convert DOTX to XLTX or Online App without using using Microsoft Word or Microsoft Excel or online. Test free DOTX to XLTX online converter quickly before integrating the code....template file used to create documents with a consistent look and...that can be used to create a document. However, the DOTX file format...

    products.aspose.com/total/cpp/conversion/dotx-t...
  10. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete pages from your PDF file using PHP.... // Open document $document = new Document ( $inputFile );...); $pages = $document -> getPages (); // Delete a particular...

    docs.aspose.com/pdf/php-java/delete-pages/