Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 13,304 for

to

(0.07 sec)
  1. How to edit XML file | GroupDocs

    This article demonstrates how To edit XML files and XML documents using C# programming language....This article demonstrates how to edit XML files and XML documents using C# programming language.

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  2. Convert a JPEG file to PSD programmatically in C#

    You can convert an image file (e.g. JPEG, JPG, PNG) To PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have To do is To integrate this DLL in your web, deskTop or console application. Implementation Pass source document path as a construcTor parameter To the instance of Converter class Instantiate ImageConverToptions Specify resultant image format using Format property of ImageConverToptions class Declare SavePageStream delegate, which should proved a stream where each document page will be sTored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConverToptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegTopsd....You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant image format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd.

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...
  3. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This document describes the changes To the GroupDocs.Assembly API from version 18.7 To 18.9 or greater that may be of interest To module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration To new members of DocumentAssembler in Java....Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to new members of DocumentAssembler in Java.

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  4. XLS2003 to PDF conversion produces an invalid P...

    After I updated ‘groupdocs-conversion’ for Java from 25.6 To 25.8 conversion To PDF for XLS2003 results in a PDF that I can’t open with a PDF viewer like Preview. Attaching the file that I can reproduce the issue with d…...After I updated ‘groupdocs-conversion’ for Java from 25.6 to 25.8 conversion to PDF for XLS2003 results in a PDF that I can’t open with a PDF viewer like Preview. Attaching the file that I can reproduce the issue with d…

    forum.groupdocs.com/t/xls2003-to-pdf-conversion...
  5. Customizing GroupDocs.Annotation for Java UI to...

    Hi everyone! Continuing the series of articles related To GroupDocs.Annotation, this time I’d like To show you how To cusTomize the look and feel of the GroupDocs.Annotation for Java UI. GroupDocs.Annotation for Java is a flexible library that allows end-users To annotate, mark up and comment on documents of more than 50 common formats from within you own app. For more information on the library, please see this page. The article provides detailed instructions that will help you make a cusTom user interface based on the GroupDocs....Hi everyone! Continuing the series of articles related to GroupDocs.Annotation, this time I’d like to show you how to customize the look and feel of the GroupDocs.Annotation for Java UI. GroupDocs.Annotation for Java is a flexible library that allows end-users to annotate, mark up and comment on documents of more than 50 common formats from within you own app. For more information on the library, please see this page. The article provides detailed instructions that will help you make a custom user interface based on the GroupDocs.

    blog.groupdocs.com/annotation/customizing-group...
  6. Convert to Image with advanced options | GroupDocs

    Follow this guide and learn how To convert documents To image with height, width, resolution, brightness and other cusTomizations using GroupDocs.Conversion for Java....Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for Java.

    docs.groupdocs.com/conversion/java/convert-to-i...
  7. Text is cropped when using GroupDocs.Viewer to ...

    I am using the GroupDocs.Viewer.24.6.0 package in my project. I use the following code To convert PDF and other documents To HTML: using (Viewer viewer = new Viewer(stream, loadOptions)) { HtmlViewOptions viewOption…...I am using the GroupDocs.Viewer.24.6.0 package in my project. I use the following code to convert PDF and other documents to HTML: using (Viewer viewer = new Viewer(stream, loadOptions)) { HtmlViewOptions viewOption…

    forum.groupdocs.com/t/text-is-cropped-when-usin...
  8. Unable to open potm file after redaction - Free...

    Hi Team, The .potm files are not opening in MS office after redacted by Groupdocs.Redaction java SDK. Below is the sample code To test. I will share the file sample in private. @Test void supp() throws Exceptio…...Hi Team, The .potm files are not opening in MS office after redacted by Groupdocs.Redaction java SDK. Below is the sample code to test. I will share the file sample in private. @Test void supp() throws Exceptio…

    forum.groupdocs.com/t/unable-to-open-potm-file-...
  9. PostScript to PDF conversion issue in .NET - Fr...

    trying To convert a postscript file To PDF. the converted PDF file is missing all the text. All the Fonts are installed in the “Windows” Fonts folder. From reading the documentation it looks like if the FONT is inst…...trying to convert a postscript file to PDF. the converted PDF file is missing all the text. All the Fonts are installed in the “Windows” Fonts folder. From reading the documentation it looks like if the FONT is inst…

    forum.groupdocs.com/t/postscript-to-pdf-convers...
  10. Add document to Presentation via OLE | GroupDocs

    This article explains how To add document To Presentation via OLE with GroupDocs.Merger within your Java applications....This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications.

    docs.groupdocs.com/merger/java/add-document-to-...