Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 10,375 for

new

(0.1 sec)
  1. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputZip...

    docs.groupdocs.com/metadata/net/working-with-zi...
  2. Extracting MakerNote metadata | Documentation

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...MakerNoteReadAllTags try ( Metadata metadata = new Metadata ( Constants . CanonJpeg...

    docs.groupdocs.com/metadata/java/extracting-mak...
  3. Import Comments in Diagram using .NET Annotatio...

    Today, we are pleased to announce another monthly release of Document Annotation API for .NET v17.11. This release came up with multitude New features, the main feature introduced in this release is ability to import comments in Diagram. Moreover, major fixes and improvements are also introduced in this release. We recommend our user to download the latest API release to use New exciting features and enhance their application with GroupDocs....release came up with multitude new features, the main feature introduced...the latest API release to use new exciting features and enhance...

    blog.groupdocs.com/annotation/documents-annotat...
  4. CAD, EMF & WMF file formats Support Introduced ...

    GroupDocs team is glad to announce another monthly release where New file formats are added in supported file format list to annotate documents and image. The latest GroupDocs.Annotation for .NET 17.3.0 API now provides support to CAD, WMFand EMF with all major annotation types like Text, Area, Point, Watermark and Strikeout Annotations. We recommend our user to download the latest API release to use New exciting features and enhance their application with GroupDocs....another monthly release where new file formats are added in supported...the latest API release to use new exciting features and enhance...

    blog.groupdocs.com/annotation/cad-emf-wmf-file-...
  5. Cancel All Operations in IndexRepository using ...

    We are proudly announcing the monthly release of GroupDocs.Search for .NET 18.8. Using the latest version, you can now cancel all operations in IndexRepository. We would recommend you to install and use the latest version of the API. Enhancements Following are the enhancements introduced in the latest version: Breaking functionality for Index Repository ClassUsing the latest version you can now cancel the operations in all indexes in the index repository....IndexRepository repository = new IndexRepository(); Index index...IndexRepository repository = new IndexRepository(); Index index...

    blog.groupdocs.com/search/cancel-all-operations...
  6. Escape Special Characters in Search Queries usi...

    We are pleased to announce the monthly release of GroupDocs.Search for .NET 19.2. Improvements such as indexing of a ZIP archive inside other ZIP and escape of special characters in search queries are introduced. Please check GroupDocs.Search for .NET 19.2 release notes for further reference. We would recommend you to download and integrate latest version of the API. Breaking Change Removed obsolete methods Import and Export from dictionary classes Improvements Following improvements are introduced in this release:...Creating index Index index = new Index(indexFolder); // Marking...Dictionaries.Alphabet.SetRange(new char[] { '&' }, CharacterType...

    blog.groupdocs.com/search/escape-special-charac...
  7. Convert compression formats | Documentation

    In this article, you will learn how to extract compressed files and convert them to desired format with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Converter converter = new Converter ( "sample.zip" )) {...

    docs.groupdocs.com/conversion/java/convert/comp...
  8. Value of JSON field is incorrectly outputted as...

    I have a DOCX file with the following template <<[heading]>>. My data source is a JSON like follows: { “heading”: “100.2.1” } When generating a DOCX from this template and data the output is something like Fri Jan 3…...JsonDataLoadOptions options = new JsonDataLoadOptions(); options...JsonDataSource jsonDataSource = new JsonDataSource(dataPath.toString()...

    forum.groupdocs.com/t/value-of-json-field-is-in...
  9. Texts in PDF are not visible during PNG view pr...

    When I want to prepare PNG renditions of attached PDF documents with the Viewer, the text on the document is not displayed in the resulting PNG. This only happens with one of our customers. I have not encountered such a …...viewer = new Viewer("document.pdf")) { var viewOptions = new PngV...intact: LoadOptions loadOptions = new LoadOptions(); loadOptions.TryRepair...

    forum.groupdocs.com/t/texts-in-pdf-are-not-visi...
  10. eSign document with Text signature | Documentation

    This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....Consulting Blog Knowledge Base New Releases Status Websites aspose...as easy as follows: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/esign-document...