Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 103,846 for

as

(0.14 sec)
  1. How to Save Excel File as PDF using C#

    This topic explains with steps that how to save Excel file As PDF using C# without Office Interop in .NET environment for Windows, Linux or macOS...This topic explains with steps that how to save Excel file as PDF using C# without Office Interop in .NET environment for Windows, Linux or macOS

    kb.aspose.com/cells/net/how-to-save-excel-file-...
  2. .Net - Date format lost when saving file as csv...

    Hello, I have the attached .ods file that I’m saving As .csv As follows: Workbook workbook = new Workbook(fileInfo.FullName); workbook.Save(importFilePath, SaveFormat.Csv); But it’s converting all the dates into numb…...Hello, I have the attached .ods file that I’m saving as .csv as follows: Workbook workbook = new Workbook(fileInfo.FullName); workbook.Save(importFilePath, SaveFormat.Csv); But it’s converting all the dates into numb…

    forum.aspose.com/t/net-date-format-lost-when-sa...
  3. The format is wrong when saving word as pdf fil...

    The logo duplicated after save word to pdf The word: The pdf: Code: String path = "C:\\Users\\z_jia\\Desktop\\a\\a.docx"; Document word = new Document(path); word.save("C:\\Users\\z_jia\\Desktop\\a\\a.pdf", Sav…...The logo duplicated after save word to pdf The word: The pdf: Code: String path = "C:\\Users\\z_jia\\Desktop\\a\\a.docx"; Document word = new Document(path); word.save("C:\\Users\\z_jia\\Desktop\\a\\a.pdf", Sav…

    forum.aspose.com/t/the-format-is-wrong-when-sav...
  4. Extract Text and Images from XLS File Online an...

    Online XLS file parser app. Java API code to extract text in rows and cells from XLS spreadhseets....Online XLS file parser app. Java API code to extract text in rows and cells from XLS spreadhseets.

    products.aspose.com/total/java/parse/xls/
  5. Saving a Document as a Multipage TIFF in Java|A...

    Convert a document to a rAster image, which is discussed on the example of the TIFF format. To determine how TIFF is displayed you need to specify additional options: resolution, number of pages, image binarization, etc using Java....Convert a document to a raster image, which is discussed on the example of the TIFF format. To determine how TIFF is displayed you need to specify additional options: resolution, number of pages, image binarization, etc using Java.

    docs.aspose.com/words/java/saving-a-document-as...
  6. PowerPoint to HTML5 Conversion in C# Does Not W...

    I’m currently testing Aspose.Slides to see if are able to migrate from a current solution that requires MS Office automation approach. While it appears that conversion to PDF works As expected (additional tests are still…...I’m currently testing Aspose.Slides to see if are able to migrate from a current solution that requires MS Office automation approach. While it appears that conversion to PDF works as expected (additional tests are still…

    forum.aspose.com/t/powerpoint-to-html5-conversi...
  7. Extract Text and Images from DOTX File Online a...

    Online DOTX file parser app. Python API code to extract images and text from DOTX document....Online DOTX file parser app. Python API code to extract images and text from DOTX document.

    products.aspose.com/total/python-net/parse/dotx/
  8. 2 issues when loading jpg and saving as another...

    Hello Try to convert this jpg to tiff, 2 issues: Image Exif and Xmp data will not be saved in the resulting Tiff. Result image is rotated! Original image is not! Thanks. Tested when saving As Tiff and Png, happened…...Hello Try to convert this jpg to tiff, 2 issues: Image Exif and Xmp data will not be saved in the resulting Tiff. Result image is rotated! Original image is not! Thanks. Tested when saving as Tiff and Png, happened…

    forum.aspose.com/t/2-issues-when-loading-jpg-an...
  9. How can set the default to use metric as defaul...

    How can I set the implicit system used in a diagram to be metric ? None of the solution works, DrawRectangle method always interprets the parameters As inches. Diagram diagram = new Diagram(); //Solution 1 diagram.Me…...How can I set the implicit system used in a diagram to be metric ? None of the solution works, DrawRectangle method always interprets the parameters as inches. Diagram diagram = new Diagram(); //Solution 1 diagram.Me…

    forum.aspose.com/t/how-can-set-the-default-to-u...
  10. Saving a Document as a Multipage TIFF in C#|Asp...

    Convert a document to a multi-page TIFF using C#. To determine how the document is displayed on the image you need to specify additional options: resolution, number of pages, image binarization, etc....Convert a document to a multi-page TIFF using C#. To determine how the document is displayed on the image you need to specify additional options: resolution, number of pages, image binarization, etc.

    docs.aspose.com/words/net/saving-a-document-as-...