Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 20,590 for

docx

(0.07 sec)
  1. Extract images from Microsoft Office PowerPoint...

    To extract images from Microsoft Office PowerPoint presentations getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office PowerPoint presentations as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-images-f...
  2. Working with attributes | Documentation

    This page contains information about working with attributes in the search network....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/working-with-attr...
  3. Getting documents in network | Documentation

    This page contains information about getting indexed documents in the search network....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/getting-documents...
  4. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/stop-word...
  5. Extract attachments from PDF portfolios | Docum...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment text from PDF Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-attachme...
  6. Email attachments | Documentation

    This article shows how to get the information about the attachments.... DOCX ) { content . Attachments ....

    docs.groupdocs.com/watermark/net/email-attachme...
  7. Group docs editor to enable editing of variable...

    Hi, I have been looking at Group Docs Editor features for one of my requirement. Our requirement is, we have pdfs with some variable fields (Please find sample screen shot below.) We want to implement .NET web applicat…...values, and then save it in the DOCX format. string filePath = "sample...string outputFilePath = "result.docx"; using (Signature signature...

    forum.groupdocs.com/t/group-docs-editor-to-enab...
  8. Load password-protected document | Documentation

    This article explains how to load password-protected document while using GroupDocs. Watermarks API....docx" string filePath = "protected-document.docx" ; using... Save ( "protected-document.docx" ); } Load password-protected...

    docs.groupdocs.com/watermark/net/load-password-...
  9. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution in Java....docx" , new LoadOptions (), new RedactorSettings...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  10. Save HTML to folder | Documentation

    This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for .NET features....docx" ; //path to some document ...we load input WordProcessing (DOCX) document to Editor class with...

    docs.groupdocs.com/editor/net/save-html-to-folder/