Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 1,340 for

pptx to pdf

(0.06 sec)
  1. Indexing password protected documents | Documen...

    This page describes how To perform indexing of password protected documents. Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents To the dictionary before indexing. To add a document password To the dictionary, you must specify the full path To the document as a key and the actual password To the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....pdf" ). getAbsolutePath (); index...endsWith ( "ProtectedDocument.pdf" )) { args . setPassword ( "123456"...

    docs.groupdocs.com/search/java/indexing-passwor...
  2. Use redaction policies | Documentation

    Learn how To deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need To specify them in your code. You can specify an XML document with a list of pre-configured redactions....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/use-redaction-...
  3. Getting Document Information | Documentation

    This article explains how To detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java....document information: PDF Documents For PDFs, additional information...Converter ( "sample-with-toc.pdf" )) { PdfDocumentInfo pdfInfo...

    docs.groupdocs.com/conversion/java/get-document...
  4. Save Document | Documentation

    This article demonstrates how To save edited text documents, spreadsheets, and presentations with GroupDocs.EdiTor for Node.js via Java API....Presentation PPT, PPTX, PPS, POT Plain Text Documents TXT PDF PDF N/A Code...output document can be TXT or PDF. Similar transitions are allowed...

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  5. Search network deployment | Documentation

    This page contains information about deployment of the search network....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/search-network-de...
  6. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature To read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-c...
  7. Search text in Microsoft OneNote sections | Doc...

    This article explains that how To search text from Microsoft OneNote sections presentations...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  8. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the search query DSL used in text queries....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/query-language-sp...
  9. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps To search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/search-text-in-m...
  10. Search text in EPUB eBooks | Documentation

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/net/search-text-in-ep...