Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 10,044 for

new

(0.13 sec)
  1. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . PsdWithIrb...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. GroupDocs Regarding Excel and DOCX files Previe...

    Hello Team, I am using GroupDocs.Conversion in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for preview purposes. However, I have encountered some issues during the conversion: When c…...we have opened the following new ticket(s) in our internal issue...html"); using (Viewer viewer = new Viewer(fileName)) { HtmlViewOptions...

    forum.groupdocs.com/t/groupdocs-regarding-excel...
  3. Convert email formats | Documentation

    This article demonstrates how you can convert to and from email formats with GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...source MSG file const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. Convert email formats | Documentation

    This article demonstrates how you can convert to and from email formats with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( var converter = new GroupDocs . Conversion . Converter...

    docs.groupdocs.com/conversion/net/convert/email/
  5. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....Consulting Blog Knowledge Base New Releases Status Websites aspose...JavaScript const metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/working...
  6. ASP.NET MVC Example Project for GroupDocs.Viewe...

    The GroupDocs team is pleased to announce the Front End sample project for the ASP.NET MVC developers. The reason behind this release is to facilitate the developers to write their own document viewer using GroupDocs.Viewer for .NET 3.x. Almost all the functionalities have been implemented in this project which was given in the old GroupDocs.Viewer for .NET 2.x UI Based API. The developers are flexible to customize the application by their own....Find an issue or an idea of new feature – fix it and submit a...Find an issue or an idea of new feature – create an issue in...

    blog.groupdocs.com/viewer/asp-net-mvc-ui-exampl...
  7. Merge HTML | Documentation

    Learn how to merge HTML files, combine HTML files into one file programmatically in Java language using GroupDocs.Merger for Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...evolved with requirements of new information requirements to be...

    docs.groupdocs.com/merger/java/merge/html/
  8. Extract images from Emails | Documentation

    To extract images from emails getImages method is used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from emails as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null. If an email has no images, getImages method returns an empty collection....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleMsg...

    docs.groupdocs.com/parser/java/extract-images-f...
  9. Extract images from PDF documents | Documentation

    To extract images from PDF documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from PDF documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleImagesPdf...

    docs.groupdocs.com/parser/java/extract-images-f...
  10. Merge images | Documentation

    Learn how to merge image files, combine image files into one file programmatically in Java language using GroupDocs.Merger for Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...source image file Merger merger = new Merger ( "c:\sample1.jpg" ) //...

    docs.groupdocs.com/merger/java/merge/images/