Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 13,351 for

to

(0.24 sec)
  1. Set Flip Mode when Converting to a Image Format

    With our latest release of GroupDocs.Convesion for .NET 19.3, some new properties are introduced in ImageSaveOptions class. When converting To a Image format you can now always set brightness and contrast. API permits you To do mirror-reversal across a horizontal/vertical axis using FlipMode property. Based on your feedback, we resolved some previously logged issues and improved document conversion experience. Such as, image quality is improved when converting To a WebP format....With our latest release of GroupDocs.Convesion for .NET 19.3, some new properties are introduced in ImageSaveOptions class. When converting to a Image format you can now always set brightness and contrast. API permits you to do mirror-reversal across a horizontal/vertical axis using FlipMode property. Based on your feedback, we resolved some previously logged issues and improved document conversion experience. Such as, image quality is improved when converting to a WebP format.

    blog.groupdocs.com/conversion/set-flip-mode-whe...
  2. How to Streamline Your Document Signing Using O...

    A steady document signing process is the back bone of any contract-oriented organization. Conventional signing process leaves you with piles of signed documents, difficult To handle and archive. Also, the documents are passed around different departments, either getting lost or eating up Too much time delaying the signing process. Online signature is the answer To all these concerns. Save your time and effort with GroupDocs’ online signatureSay good bye To lost signed documents and Tons of paper piling up in your office!...A steady document signing process is the back bone of any contract-oriented organization. Conventional signing process leaves you with piles of signed documents, difficult to handle and archive. Also, the documents are passed around different departments, either getting lost or eating up too much time delaying the signing process. Online signature is the answer to all these concerns. Save your time and effort with GroupDocs’ online signatureSay good bye to lost signed documents and tons of paper piling up in your office!

    blog.groupdocs.com/signature/how-to-streamline-...
  3. Rare NullReferenceExceptions when adding stuff ...

    Hello, This is really hard To reproduce, so our wish is: Please take a look at the callstack and try To find out whether you know what the problematic method is and why something can be null there. Repro: Manually ex…...Hello, This is really hard to reproduce, so our wish is: Please take a look at the callstack and try to find out whether you know what the problematic method is and why something can be null there. Repro: Manually ex…

    forum.groupdocs.com/t/rare-nullreferenceexcepti...
  4. XLS to PDF conversion has a watermark - Free Su...

    In version 25.6 when I convert an XLS To PDF the result includes a “temp_watermark” text. Attaching the source and the result files. watermark.zip (22.4 KB)...In version 25.6 when I convert an XLS to PDF the result includes a “temp_watermark” text. Attaching the source and the result files. watermark.zip (22.4 KB)

    forum.groupdocs.com/t/xls-to-pdf-conversion-has...
  5. Parse Documents to Extract Text and Metadata us...

    GroupDocs.Parser for Java API is in the market since last year and it is proved To be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing documents, spreadsheets, presentations, ebooks, emails, markup documents, notes, archives, and databases. Not only the text but you can also extract the images and metadata properties from various document formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE, and many more....GroupDocs.Parser for Java API is in the market since last year and it is proved to be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing documents, spreadsheets, presentations, ebooks, emails, markup documents, notes, archives, and databases. Not only the text but you can also extract the images and metadata properties from various document formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE, and many more.

    blog.groupdocs.com/parser/extract-text-and-meta...
  6. Unable to start AWS Aspose.PDF ECS Container - ...

    Hi all. I just purchased Aspose.PDF for AWS at AWS MarketPlace. I followed the instructions in the instructions page, but when the ECS container is starting the docker image, I receive the following error message: sig…...Hi all. I just purchased Aspose.PDF for AWS at AWS MarketPlace. I followed the instructions in the instructions page, but when the ECS container is starting the docker image, I receive the following error message: sig…

    forum.groupdocs.com/t/unable-to-start-aws-aspos...
  7. How to Use GroupDocs' Online Document Viewer Pl...

    We have published a GroupDocs’ online document viewer plugin for Chrome. This add-on provides GroupDocs users with a slick interface for viewing documents right in the Chrome browser. GroupDocs’ Online Document Viewer gives you the ability To view documents and images right in your web browser, without having To install bulky office software. Whether you need To view a text document, an image or a PowerPoint presentation, GroupDocs’ online document viewer opens it for you....We have published a GroupDocs’ online document viewer plugin for Chrome. This add-on provides GroupDocs users with a slick interface for viewing documents right in the Chrome browser. GroupDocs’ Online Document Viewer gives you the ability to view documents and images right in your web browser, without having to install bulky office software. Whether you need to view a text document, an image or a PowerPoint presentation, GroupDocs’ online document viewer opens it for you.

    blog.groupdocs.com/viewer/how-to-use-groupdocs-...
  8. 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...
  9. Convert JPG to PPTX using C#

    This tuTorial demonstrates how To convert JPG To PPTX using C#. Also, code example will be supplied To export JPG To PPTX using C# without extra software installation....This tutorial demonstrates how to convert JPG to PPTX using C#. Also, code example will be supplied to export JPG to PPTX using C# without extra software installation.

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  10. Convert PDF to PS using C#

    This tuTorial demonstrates how To convert PDF To PS using C#. Also, code example will be supplied To export PDF To PS using C# without extra software installation....This tutorial demonstrates how to convert PDF to PS using C#. Also, code example will be supplied to export PDF to PS using C# without extra software installation.

    kb.groupdocs.com/conversion/net/convert-pdf-to-...