Sort Score
Result 10 results
Languages All
Labels All
Results 9,961 - 9,970 of 401,893 for

document

(0.15 sec)
  1. PdfDigitalSignatureTimestampSettings.serverUrl ...

    PdfDigitalSignatureTimestampSettings.serverUrl property. Timestamp server URL....Shows how to sign a saved PDF document digitally and timestamp it...it. let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for JavaScript via C++....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/limit-the-...
  3. Check if VBA project in a Workbook is Signed wi...

    Learn how to check if a VBA project in a workbook is signed using Aspose.Cells for JavaScript via C++....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/check-if-v...
  4. Basic operations with PDF documents|Aspose.PDF ...

    Basic operations section describes the possibilities of opening and saving PDF Documents using the Aspose.PDF for .NET....Basic operations with PDF documents Contents [ Hide ] Basic operations...PDF documents in Aspose.PDF for .NET: Create PDF Document - this...

    docs.aspose.com/pdf/net/basic-operations/
  5. CellFormat.Borders | Aspose.Words for .NET

    Discover the CellFormat Borders property to access and customize cell border collections for enhanced spreadsheet design and functionality.... Document doc = new Document ( MyDir + "Tables...of getting a table from a document. // 1 - From the "Tables"...

    reference.aspose.com/words/net/aspose.words.tab...
  6. TabStopCollection.RemoveByIndex | Aspose.Words ...

    Effortlessly manage your tab stops with the RemoveByIndex method. Quickly remove any tab stop from your collection for streamlined design....stop in a document by its index and remove it. Document doc = new...new Document (); TabStopCollection tabStops = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/tab...
  7. RevisionCollection.RejectAll | Aspose.Words for...

    Discover the RevisionCollection RejectAll method to effortlessly discard all revisions, streamlining your workflow and enhancing Document management....work with a document’s collection of revisions. Document doc = new...new Document ( MyDir + "Revisions.docx" ); RevisionCollection...

    reference.aspose.com/words/net/aspose.words/rev...
  8. Load Read and View Documents via Java | product...

    Read and view PDF, Microsoft Word, Excel spreadsheets and PowerPoint presentations via your Java application....Viewer Load Read and View Documents using Java APIs Read and open...Total for Java. Download A document viewer app using Java applications...

    products.aspose.com/total/java/viewer/
  9. Document.get_page_info method | Aspose.Words fo...

    Document.get_page_info method. Gets the page size, orientation and other information about a page that might be useful for printing or rendering.... Document ( file_name = MY_DIR + 'Document.docx' ) #...that the first page of the document is not colored. self . assertFalse...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Converting HTML to PDF errors after upgrading f...

    Hi, please help, we are using Aspose.PDF for HTML to PDF conversions and encountering a blocking error when upgrading to .NET 8 or .NET 9, I have tried various versions of Aspose.PDF and the latest stable version 25.2.…...GetBytes(html)); var document = new Document(input, new HtmlLoadOptions());...memoryStream = new MemoryStream(); document.Save(memoryStream); var actualPdfBytes...

    forum.aspose.com/t/converting-html-to-pdf-error...