Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 15,587 for

file

(0.23 sec)
  1. Convert PDF to ODT using Python

    Discover how to convert PDF to ODT using Python with straightforward steps. Effortlessly export PDF to ODT using Python, without any additional software....ODT documents from your PDF files. The ODT format is popular for...conversion API keeps your ODT files looking like the original PDFs...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  2. Convert CAD Drawings to PDF in C# .NET | DGN DW...

    C# guide to convert the CAD Files like DWG, DGN, and DWF to PDF format using document and image conversion .NET API by GroupDocs....convert the DWG, DGN, and DWF files into PDF documents with the...application. It supports many file formats that include word-processing...

    blog.groupdocs.com/conversion/convert-cad-drawi...
  3. List of supported files for GetText function in...

    Hi, I’m trying to use “GetText” function from GroupDocs.Parser, to extract text from various Files. Parser generally seems to support a lot of formats: But “GetText” specifically seems to be more limited. Is there …...List of supported files for GetText function in .NET GroupDocs...to extract text from various files. Parser generally seems to support...

    forum.groupdocs.com/t/list-of-supported-files-f...
  4. Shapes in spreadsheet document | GroupDocs

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet.... class ); File file = new File ( "test.png" ); byte...imageBytes = new byte [( int ) file . length ()]; FileInputStream...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  5. Sign documents with standard QR-code entries | ...

    This article explains how to create QR-code electronic signature with standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc...( 100 ); // sign document to file signature . sign ( "output.pdf"...( 100 ); // sign document to file signature . sign ( "output.pdf"...

    docs.groupdocs.com/signature/java/sign-document...
  6. Generating document preview - advanced | GroupDocs

    This article shows how to generate document pages with advanced options.... Files . exists ( path )) { Files . createDirectory...already exists" ); } File filePath = new File ( path + "\\image-"...

    docs.groupdocs.com/signature/java/generating-do...
  7. Getting Document Information | GroupDocs

    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....they were loaded—whether from a file, a stream, or cloud storage...formats, including: File format Creation date File size Page count...

    docs.groupdocs.com/conversion/java/get-document...
  8. EditableDocument | GroupDocs

    This documentation section explains features of EditableDocument class when editing document with GroupDocs.Editor for Java API....to specify this content via file path. Or user may need to save...that is represented with *.html file and accompanying folder with...

    docs.groupdocs.com/editor/java/editabledocument/
  9. Homophone dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....to a file, use the method. To import homophones from a file, use...); // Export homophones to a file index . getDictionaries ()....

    docs.groupdocs.com/search/java/homophone-dictio...
  10. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....to a file, use the method. To import synonyms from a file, use...synonymGroups ); // Export synonyms to a file index . getDictionaries ()....

    docs.groupdocs.com/search/java/synonym-dictionary/