Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 36,097 for

index

(0.69 sec)
  1. ITextShaperFactory.get_text_shaper method | Asp...

    aspose.words.shaping.ITextShaperFactory.get_text_shaper method...get_text_shaper(font_path, face_index) Returns new instance of a text...self , font_path : str , face_index : int ): ... Parameter Type...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete pages from your PDF file using Java library....delete() method and specify the index of the particular page you want...method and specify the page’s index Call the Save method to save...

    docs.aspose.com/pdf/java/delete-pages/
  3. Get, Update and Expand a Bookmark|Aspose.PDF fo...

    This article describes how to use bookmarks in a PDF file with our Aspose.PDF for .NET library....by specifying the bookmark’s index. Once you have retrieved the...bookmark using appropriate index values. Save the updated PDF...

    docs.aspose.com/pdf/net/get-update-and-expand-b...
  4. CompositeNode.GetChild | Aspose.Words for .NET

    Discover the CompositeNode GetChild method to easily retrieve the Nth child node of a specific type, enhancing your data management efficiency....GetChild ( NodeType nodeType , int index , bool isDeep ) Parameter Type...the child node. index Int32 Zero based index of the child node...

    reference.aspose.com/words/net/aspose.words/com...
  5. DocumentPropertyCollection.indexOf method | Asp...

    DocumentPropertyCollection.IndexOf method. Gets the Index of a property by name....method indexOf(name) Gets the index of a property by name. indexOf...property. Returns The zero based index. Negative value if not found...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 处理颜色|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....color to the palette at 55th index Color color = Color . FromArgb...FillBackgroundColor = IndexedColors . Aqua . Index ; style . FillPattern = FillPattern...

    docs.aspose.com/cells/zh/net/working-with-colors/
  7. Extract Links from the PDF File using Python|As...

    Discover how to extract hyperlinks from PDF documents in Python using Aspose.PDF for content management and link analysis....and then prints their page index and rectangular position on...annotation details. Output the page index and rectangle (location) of...

    docs.aspose.com/pdf/python-net/extract-links/
  8. 从 PDF 文件中移除签名|Aspose.PDF for .NET

    本节解释如何使用 PdfFileSignature 类从 PDF 文件中移除签名。...for ( int index = 0 ; index < sigNames . Count ; index ++) { Console...WriteLine ( $"Removed {sigNames[index]}" ); pdFileSignature . RemoveSignature...

    docs.aspose.com/pdf/zh/net/remove-signature-fro...
  9. How to Merge PDF using JavaScript via C++|Aspos...

    This page explain how to merge PDF documents into a single PDF file with Aspose.PDF for JavaScript via C++...readFile ( index ) { /*only two files*/ if ( index >= e . target...target . files . length || index >= 2 ) { /*merge two PDF-files...

    docs.aspose.com/pdf/javascript-cpp/merge-pdf/
  10. Complete removal of digital signatures - Free S...

    Hi. I have tried to remove the digital signatures from pdfs using the code as described here: Remove Signature from PDF File|Aspose.PDF for .NET. It looks like the signature is removed but not everything related to digi…... for (int index = 0; index < sigNames.Count; index++) { Console...WriteLine($"Removed {sigNames[index]}"); pdFileSignature.Remove...

    forum.aspose.com/t/complete-removal-of-digital-...