Change Page Size from your PDF Document using Aspose.PDF for .NET library.... Call the Document class’ Save(..) method to...ChangePdfPageSize () { // The path to the documents directory var dataDir = RunExamples...
BuiltInDocumentProperties.thumbnail property. Gets or sets the thumbnail of the Document....sets the thumbnail of the document. get thumbnail () : number...unsupported for specific format of document. Remarks For now this property...
BuiltInDocumentProperties.contentType property. Gets or sets the content type of the Document....sets the content type of the document. get contentType () : string...Examples Shows how to work with document properties in the “Content”...
BuiltInDocumentProperties.contentStatus property. Gets or sets the content status of the Document....the content status of the document. get contentStatus () : string...Examples Shows how to work with document properties in the “Content”...
Aspose::Words::SaveFormat enum. Indicates the format in which the Document is saved in C++....Indicates the format in which the document is saved. enum class SaveFormat...Saves the document in the Microsoft Word 97 - 2007 Document format...
This article explains how to create a curve object to your PDF using Aspose.PDF for C++....your PDF document. Follow the steps below: Create Document instance...ExampleCurve () { // Create Document instance String _dataDir (...
Convert PS to GIF within C++ applications....Convert PS to GIF The Portable Document Format (PDF) is a widely used...format for documents. It is used to store and share documents, and...
Convert PS to DOCM within C++ applications....Why to Convert The Portable Document Format (PDF) is a widely used...format for documents. It is used to store documents in a format...
BuiltInDocumentProperties.words property. Represents an estimate of the number of words in the Document....the number of words in the document. @property def words ( self...this property when you call Document.update_word_count() . Examples...