Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 1,803 for

document management

(0.05 sec)
  1. GroupDocs.Viewer for Java - Document Viewer Jav...

    GroupDocs pleased to announce another release of Java Document Viewer App (Modern UI) v3.2.0 using GroupDocs.Viewer for Java version 17.5.0. This release v3.2.0 comes up with new features and improvements for Search, Print and File Manager to view Document in both HTML and Image representations for different Document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and many more features. Let’s have a look at it. We recommend you to download and explore this new version....announce another release of Java Document Viewer App (Modern UI) v3...Search, Print and File Manager to view document in both HTML and Image...

    blog.groupdocs.com/viewer/groupdocs.viewer-java...
  2. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint Documents thumbnails and preview Document pages using GroupDocs.Merger for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product.../ Generate document pages preview Generate document pages preview...

    docs.groupdocs.com/merger/java/generate-documen...
  3. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....include; Name, Company Name, Document Modification Date, Make and...metadata from the images and documents using Java . In the [previous...

    blog.groupdocs.com/categories/groupdocs.metadat...
  4. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word Document using GroupDocs.Editor for Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product.../ Developer Guide / Field Management in GroupDocs.Editor for Java...

    docs.groupdocs.com/editor/java/working-with-for...
  5. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Add a bullet list at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Sources in Word Processing Document Generating Report using Multiple...

    docs.groupdocs.com/assembly/java/generating-rep...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Along-with WMF, convert supported documents to EMF. Convert to EMF Convert...of document changes or differences? The Portable Document Format...

    blog.groupdocs.com/groupdocs.blog/page/44/
  7. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Working with metadata in PNG images | GroupDocs

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...going in-depth to Metadata management, let’s discuss what the metadata...something like a web page, document, or file. Another way to think...

    blog.groupdocs.com/groupdocs.blog/page/41/
  10. Page break not working correctly in word to PDF...

    When I try converting the MS Word Document to PDF, the output doesn’t match the original formatting. In the Word Document, tables are properly placed on each page, but in the PDF, they appear continuously without page br…...Conversion Product Family document-conversion , java sarfraz...try converting the MS Word document to PDF, the output doesn’t...

    forum.groupdocs.com/t/page-break-not-working-co...