Sort Score
Result 10 results
Languages All
Labels All
Results 3,591 - 3,600 of 37,925 for

list

(0.6 sec)
  1. How to get Highlight Annotation using Java | As...

    Get Highlight annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....accept ( annotationSelector1 ); List < Annotation > textMarkupAnnotation...

    products.aspose.com/pdf/java/annotation/highlig...
  2. How to remove Highlight Annotation using Java |...

    Remove Highlight annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....accept ( annotationSelector1 ); List < Annotation > textMarkupAnnotation...

    products.aspose.com/pdf/java/annotation/highlig...
  3. DocumentPropertyCollection.Item | Aspose.Words ...

    Access DocumentProperty objects effortlessly with our DocumentPropertyCollection Item. Retrieve properties by name for seamless document management....// The document has a fixed list of built-in properties. The...

    reference.aspose.com/words/net/aspose.words.pro...
  4. Extract Images from Document|Aspose.Words for Java

    Extract images from a document easily and fast instead of using Apache POI....doc" )); List < Picture > pics = doc . getPicturesTable...

    docs.aspose.com/words/java/extract-images-from-...
  5. Remove Background from Vector Images in Python|...

    Aspose.Imaging graphic library for Python supports background removal from vector images....process for vector images, you can list all the desired source file...each. Then, pass these file lists and settings to the function...

    docs.aspose.com/imaging/python-net/removing-bac...
  6. Word 转 html 能否标注页码的元信息? - Free Support Forum - ...

    当前 word 转 html 时,由于页码属于 “文本框”,其转换后在页眉的位置会展示为图片,能否在转换时候将页码的元信息标注在对应页码的位置,并且为对应 html 标签增加页码标记?以方便可以通过 html 反解出 word 文档的页码信息,反向转换也可以考它转的更准确。 或者是否有 java 的接口可以获取到页码信息?...toString(); } } public static List<PageCodeInfo> extractWordPageInfo(com...throws Exception { List<PageCodeInfo> list = new ArrayList<>();...

    forum.aspose.com/t/word-html/319228
  7. Working with Actions in PDF|Aspose.PDF for C++

    This section explains how to add actions to the document and form fields programmatically with C++....Document ( _dataDir + u "Aspose-app-list.pdf" ); // Extract actions auto...-> Accept ( selector ); auto list = selector -> get_Selected ();...

    docs.aspose.com/pdf/cpp/actions/
  8. MailMerge.GetRegionsHierarchy | Aspose.Words fo...

    Discover the MailMerge GetRegionsHierarchy method to effortlessly retrieve a complete region hierarchy with accessible document fields for streamlined workflows.... EqualTo ( 0 )); // Get list of fields inside the first top...

    reference.aspose.com/words/net/aspose.words.mai...
  9. Aspose::Words::Fonts::FolderFontSource class | ...

    Aspose::Words::Fonts::FolderFontSource class. Represents the folder that contains TrueType font files. To learn more, visit the documentation article in C++....GetAvailableFonts () Returns list of fonts available via this...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. Memory Cap of 4GB when converting HTML to PDF -...

    Hi - I’m currently testing a conversion of html to pdf with the code below and it looks like the memory usage runs up to about 4GB then gets re-allocated. Do you know if this can be minimized at all for machines that may…...document"); }; List<Task> convertTasks = new List<Task>(); for...Collect(); } }; List<Task> convertTasks = new List<Task>(); for...

    forum.aspose.com/t/memory-cap-of-4gb-when-conve...