Learn to perform phrase search in documents using Java. Explore methods to search documents by phrases in Java and simplify your document search tasks....specific phrases within indexed files. This capability is especially...exact phrase in the indexed files. Alternatively, you can build...
Change the orientation of pages in Word DOC/DOCX documents in Java. Set pages as portrait or landscape within applications using GroupDocs....page orientation of DOC/DOCX files. For the details and other features...the selected pages of a DOCX file to the portrait. Similarly,...
This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....DarkGreen ) } }; // sign document to file SignResult signResult = signature...generate QR codes and/or sign your files with QR codes for free, you...
GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... When sending a file to someone, it is not a good...convert the DWG, DGN, and DWF files into PDF document with the code...
Greetings!
This is Part B of my post looking at the new features and enhancements to the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, please find it here. This time I’m going to continue describing the core updates that the library has seen in the second major release. So, here we go:
Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful text search improvements....PDF instead of the original file (please see how to configure...the size of the sprites.png file. 4. Plenty of other minor features...
The GroupDocs Metadata API provides the feature to read basic metadata in CAD Files. The supported CAD formats are:
DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method.
The following code snippet reads metadata associated with a CAD File.
advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....read basic metadata in CAD files. The supported CAD formats are:...metadata associated with a CAD file. advanced_usage.managing_me...
Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for Java API....can efficiently manage markup files like HTML and MHTML, enabling...html groupdocs.html is sample file used in this example. Click...
Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java...(stored inside the document file) and the system fonts, which...sample.docx sample.docx is sample file used in this example. Click...
Step-by-step tutorial explaining how to sign PDF documents in .NET using PKCS#11 tokens (dongles, smart cards, HSMs) via Pkcs11Interop and GroupDocs.Signature....certificate in a local PFX or P12 file is convenient but exposes the...NET-PKCS11-Sample.csproj # Project file ├── Program.cs # Entry point...
This article demonstrates how to add signature image on document page with GroupDocs.Signature....signature such as image content by file or stream, location, colors...signatures and/or sign your files with them for free, you can...