Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 6,660 for

may

(0.04 sec)
  1. 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…...listOptions, pdfSaveOptions); } You may find following articles helpful:...

    forum.groupdocs.com/t/group-docs-editor-to-enab...
  2. Getting documents in network | Documentation

    This page contains information about getting indexed documents in the search network....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/getting-document...
  3. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/annotation-red...
  4. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/spelling-corrector/
  5. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  6. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/sign-document...
  8. Create EditableDocument from File or Markup | D...

    This article explains how to create an instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Node.js via Java API.... It may be stored in a database, obtained...stylesheets) that are used or may be used in the HTML document...

    docs.groupdocs.com/editor/nodejs-java/create-ed...
  9. Reference to CommonUtilities - Free Support For...

    Hi I just installed GroupDocs.Assembly via nuget in Visual Studio. In C#, I have added references to GroupDocs.Assembly amd GroupDocs.Assembly.Data, but I couldn’t find reference to CommonUtilities, eg. assembler.Assemb…... I wonder GraphDocs may be an option. private static...

    forum.groupdocs.com/t/reference-to-commonutilit...
  10. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...