Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 15,876 for

file

(0.4 sec)
  1. Developer Guide | GroupDocs

    The Developer Guide section explains all aspects of GroupDocs.Editor for Node.js via Java File editor features, provides code snippets, and examples of editing Microsoft Office formats programmatically in Node.js applications....'groupdocs-editor' ); // Specify the input file path const inputFilePath = ...readable stream from the input file const inputStream = fs . createReadStream...

    docs.groupdocs.com/editor/nodejs-java/developer...
  2. Lock PowerPoint Files on GroupDocs Blog | Docum...

    Lock PowerPoint Files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Lock PowerPoint Files on GroupDocs Blog | Document Automation Solutions for .NET......Lock PowerPoint Files on GroupDocs Blog | Document Automation...content in Lock PowerPoint Files on GroupDocs Blog | Document...

    blog.groupdocs.com/id/tag/lock-powerpoint-files...
  3. Introducing GroupDocs.Assembly for Java | Group...

    Introduction to GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed to generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s format or in the specified output format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Supported Output File Formats Depending on Input File Formats The...following table shows which output file formats are supported by GroupDocs...

    docs.groupdocs.com/assembly/java/introducing-gr...
  4. Generate document page preview | GroupDocs

    The page describes how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for .NET API....png" ; return File . Create ( pagePath ); }); previewOptions...$"D:/result_{pageNumber}.png" ; return File . Create ( pagePath ); }); previewOptions...

    docs.groupdocs.com/annotation/net/generate-docu...
  5. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....metadata in FLV files Working with metadata in FLV files Leave feedback...format-specific information from the FLV file header. The following are the...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. 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...
  7. Document e-signing API issue in .NET - Free Sup...

    Getting error “The type GroupDocs.Signature.Domain.PdfDigitalSignature has no constructors defined” … Please help...issue Sample documents (source file and digital certificate) snehalsomani...attached sample code and Source file and digital certificate DS.zip...

    forum.groupdocs.com/t/document-e-signing-api-is...
  8. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources...various sources: From files in the file system. From a stream...changed files only when indexing from the local file system....

    docs.groupdocs.com/search/net/indexing-from-dif...
  9. 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...
  10. Supported Audio Types | GroupDocs

    This section describes GroupDocs.Merger for Java supported audio types. The Library supports WAV and many more....following table indicates the file formats that GroupDocs.Merger...Cross-format audio merging WAV Audio File Was this page helpful? Not really...

    docs.groupdocs.com/merger/java/supported-audio-...