Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 568,875 for

save

(0.17 sec)
  1. Linux-only NullReferenceException on Save after...

    Unit tests that pass in our dev environment fail in CI, throwing a NullReferenceException up from obfuscated Aspose.Pdf.Document stack code. Attached AsposeBugOnLinux.zip (1.8 KB) is a simple reproduction. This will re…...Linux-only NullReferenceExcepti on Save after concatenating (22.7) Aspose...#=z6bgwQ60=) at Aspose.Pdf.Document.Save(Stream outputStream, SaveFormat...

    forum.aspose.com/t/linux-only-nullreferenceexce...
  2. Save a small jpg file to PDF consuming tons of ...

    Hi Aspose support, having an issue with convert a small (10kb) jpg file (attached) to Save as PDF, it is consuming tons of memory. Is there a known issue? Here is the code, memory issue occurred on the Save: Public…...Save a small jpg file to PDF consuming tons of memory Aspose...Paragraphs.Add(Image); PdfDocument.Save(dataDir + @"outputimage.pdf");...

    forum.aspose.com/t/save-a-small-jpg-file-to-pdf...
  3. PDF flattening - Flatten() method is making all...

    Hi All, I am using a Aspose.Pdf version 8.5.0. I have some XFA PDF forms that after editing I want to Save it as flat PDF. I am using Document.flatten() method which is working fine and making my pdfs file non-editable…...all are there in PDF - Cannot save as regular PDF Aspose.PDF Product...that after editing I want to save it as flat PDF. I am using Document...

    forum.aspose.com/t/pdf-flattening-flatten-metho...
  4. Save PDF to Stream in C# - System.ArgumentNullE...

    Hi, Following file Test.pdf (226.8 KB) cannot be Saved to stream after load using latest Aspose.PDF. Code: using (var memory = new System.IO.MemoryStream()) using (var pdf = new Aspose.Pdf.Document("Test.pdf")) { …...Save PDF to Stream in C# - System.ArgumentNullExceptio: Value...Aspose.PDF Product Family load-save-pdf WorkZone November 9, 2020...

    forum.aspose.com/t/save-pdf-to-stream-in-c-syst...
  5. How to Save Images from PPTX Slides on a Disk w...

    When I try to convert pptx to html, it convert the images to base64 in html but I want the images to be stored on a local disk here is the sample code I am using to convert/ ByteArrayOutputStream stream = new ByteArrayO…...How to Save Images from PPTX Slides on a Disk when Converting...Presentation(fileName); presentation.save(stream, SaveFormat.Html); presentation...

    forum.aspose.com/t/how-to-save-images-from-pptx...
  6. Save PDF as PNG using Aspose.PDF in C# - some p...

    open the PDF file with Adobe Acrobat or Pdf viewer. notice the purple block of text. This does not display in most web browers either for some reason, however in Adobe Reader it does. It does not export into the image. …...Save PDF as PNG using Aspose.PDF in C# - some parts do not export...FromStream(memoryStream); b.Save(“c:\Temp\savedimage.png”,ImageFormat...

    forum.aspose.com/t/save-pdf-as-png-using-aspose...
  7. Save gridweb as stream in java from a bean clas...

    Hi, I want to add a button under gridweb from where to download the gridweb stream or to the xls to a specific path, the method being implemented in a primefaces bean. Is this possible? Thank you!...Save gridweb as stream in java from a bean class Aspose.Cells...

    forum.aspose.com/t/save-gridweb-as-stream-in-ja...
  8. Trying to resize a SVG (not just modify the vie...

    I have a script that Saves out icons at a specified size. As an example: <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M…...modify the viewbox) and then save a new SVG at the new size Aspose...8:03am #1 I have a script that saves out icons at a specified size...

    forum.aspose.com/t/trying-to-resize-a-svg-not-j...
  9. Add abilty for slides and note to extract image...

    HI i would like to add to slides and note, the ability i have in word and cell or pdf to extract image as a byte array and replace it with png image byte array example for pdf for (com.aspose.pdf.ImageFragment image : …...extract image as byte array and save as different type byte array...ByteArrayOutputStrea(); image.save(imageStream, ImageFormat.getPng());...

    forum.aspose.com/t/add-abilty-for-slides-and-no...
  10. Save word as PDF. Can't find the font which has...

    Hello, I get strange issue with converting Word to PDF. I got documents with text with “Times New Roman CYR” font. This documents need to be converted to PDF. And Aspose can’t find this font. I’ve tried to use Font Sub…...Save word as PDF. Can't find the font which has a "postfix" in...

    forum.aspose.com/t/save-word-as-pdf-cant-find-t...