Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 13,236 for

to

(0.54 sec)
  1. 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...
  2. 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...
  3. .NET 9 - Fails to recognise .ppt file - Free Su...

    In a .NET application, attempting To convert the attached Powerpoint fails with the following conversion code. ppt file.zip (284.5 KB) using var converter = new Converter(() => ms); var converToptions = new PdfConverTo…...In a .NET application, attempting to convert the attached Powerpoint fails with the following conversion code. ppt file.zip (284.5 KB) using var converter = new Converter(() => ms); var convertOptions = new PdfConvertO…

    forum.groupdocs.com/t/net-9-fails-to-recognise-...
  4. How to Compare PDF Files using Java - A Compreh...

    Compare two or more PDF files using Java API with document Comparison API. Highlight the differences and accept/reject changes even if password-protected....Compare two or more PDF files using Java API with document Comparison API. Highlight the differences and accept/reject changes even if password-protected.

    blog.groupdocs.com/comparison/guide-to-compare-...
  5. Conversion to POTX is supported in GroupDocs.Co...

    Another monthly release of GroupDocs.Conversion for .NET 17.11 is on-board. This release comes with new document formats support such as POTX and POTM. Cells To SVG and Diagram To SVG conversions are improved. Furthermore, some bug fixes are also announced. We’d recommend you To download the latest release of the API and share your experience. Document Conversion API for .NET - Features Conversion from/To POTX and POTM Back and forth PPTM, PPSM documents conversion Implement conversion from/To XLTX and XLTM GroupDocs Document Conversion API - Improvements Check for unsupported Excel 95 XLS file format and throw an exception Cells To SVG conversion improvement Improved Diagram To SVG conversion Set cusTom font direcTories GroupDocs....Another monthly release of GroupDocs.Conversion for .NET 17.11 is on-board. This release comes with new document formats support such as POTX and POTM. Cells to SVG and Diagram to SVG conversions are improved. Furthermore, some bug fixes are also announced. We’d recommend you to download the latest release of the API and share your experience. Document Conversion API for .NET - Features Conversion from/to POTX and POTM Back and forth PPTM, PPSM documents conversion Implement conversion from/to XLTX and XLTM GroupDocs Document Conversion API - Improvements Check for unsupported Excel 95 XLS file format and throw an exception Cells to SVG conversion improvement Improved Diagram to SVG conversion Set custom font directories GroupDocs.

    blog.groupdocs.com/conversion/conversion-potx-s...
  6. Generate Barcode in C# | Add Barcodes to Docume...

    C# barcode generaTor To electronically sign documents & Images by attaching created barcodes To Word, Excel, PDF, PNG, JPG, WebP files....C# barcode generator to electronically sign documents & Images by attaching created barcodes to Word, Excel, PDF, PNG, JPG, WebP files.

    blog.groupdocs.com/signature/barcode-generator-...
  7. Save document to the same file or stream | Grou...

    This article explains how To save document To the same file or stream while using GroupDocs. Watermarks API....This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API.

    docs.groupdocs.com/watermark/net/save-document-...
  8. Convert each email attachment to different form...

    Follow this guide and learn how To convert email attachments To different format based on attachment type using GroupDocs.Conversion for .Java....Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java.

    docs.groupdocs.com/conversion/java/convert-each...
  9. Very slow conversion for certain PDF to HTML - ...

    We’re using GroupDocs.Viewer from Total.NetFramework package 25.5 To convert the attached PDF To HTML for viewing purposes. Unfortunately it seems To take 10 To 15 minutes, To convert page 2 To HTML, which is way To slo…...We’re using GroupDocs.Viewer from Total.NetFramework package 25.5 to convert the attached PDF to HTML for viewing purposes. Unfortunately it seems to take 10 to 15 minutes, to convert page 2 to HTML, which is way to slo…

    forum.groupdocs.com/t/very-slow-conversion-for-...
  10. 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...