This article explains how to access EXIF metadata in a file of any supported format....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . TiffWithExif...
Is there a shorthand way to check if a string is null or empty in template syntax?
Currently I have to do this:
<<if [item.Text != null && item.Text != “”]>>
Is it possible to do something like:
<<if [!String.IsNullO…...source code we used: Item item = new Item { Text = "not empty" };...DocumentAssembler assembler = new DocumentAssembler(); // The following...
In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...evolved with requirements of new information to be displayed as...
Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information.
Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties
try (Metadata metadata = New Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfReadFileFormatPro try ( Metadata metadata = new Metadata ( Constants . InputPdf...
This page contains information about deployment of the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...node1 = new SearchNetworkNode ( 1 , basePath + "Node1" , new TcpSettings...
This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...method. Use the method to add new alias-replacement pair. Use the...
This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary....Consulting Blog Knowledge Base New Releases Status Websites aspose...property. Use the method to add new alias-replacement pair. Use the...
This article explains how to search for multiple electronic signatures across document pages with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...
The Example in this article demonstrates that how to update metadata properties using a combination of criteria...Consulting Blog Knowledge Base New Releases Status Websites aspose...properties Pass the predicate and the new value to the updateProperties...
This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...Java LoadOptions loadOptions = new LoadOptions (); loadOptions ...