Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 222,895 for

new

(0.17 sec)
  1. Aspose.PSD for .NET 20.11 - Release Notes|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Load ( inputFilePath , new PsdLoadOptions () { LoadEffectsResource...image . Save ( outputFilePath , new PsdOptions ( image )); } PSDNET-579...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-1...
  2. Watermarker.SetWatermarkToImages | Aspose.Words...

    Enhance your images with our Watermarker Set method, adding customizable text watermarks for a professional touch and seamless output....SetWatermarkToImages ( doc , new ImageSaveOptions ( SaveFormat...TextWatermarkOptions watermarkOptions = new TextWatermarkOptions (); watermarkOptions...

    reference.aspose.com/words/net/aspose.words.low...
  3. Aspose.PSD for Java 24.12 - Release Notes|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... save ( outputFile , new PngOptions ()); } PSDJAVA-685...image . save ( outputFile , new PngOptions ()); } PSDJAVA-686...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  4. Aspose.PSD for .NET 25.7 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Load ( srcFile , new PsdLoadOptions () { LoadEffectsResource...layer1 . Save ( outputFile , new PngOptions () { ColorType = PngColorType...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-7...
  5. ChartYValueCollection | Aspose.Words for Java

    Represents a collection of Y values for a chart series in Java.... To add or insert new values to a chart series, or...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder();...

    reference.aspose.com/words/java/com.aspose.word...
  6. 在标记 PDF 中处理表格|Aspose.PDF for Java

    本文解释了如何使用 Aspose.PDF for Java 在标记 PDF 文档中处理表格。...// 创建文档 Document document = new Document (); ITaggedContent taggedContent...); tableElement . setBorder ( new BorderInfo ( BorderSide . All...

    docs.aspose.com/pdf/zh/java/working-with-table-...
  7. System.Drawing.Common dependency on linux envir...

    We are facing an issue when trying to convert a PostScript file to PDF in containerized Linux environments (.NET 9). When calling the SaveAsPdf method on a PsDocument, the following exception is thrown: pgsql CopyEdit …...CopyEdit using (FileStream fs = new FileStream(OriginalFilePath,...document = new PsDocument(fs); using (FileStream pdfStream = new Fil...

    forum.aspose.com/t/system-drawing-common-depend...
  8. Loading PDF file gets stuck when HTMLloadOption...

    Hi, I am facing issue opening some of the pdf files with the below code.The code stucks when htmlLoadOptions is passed but works file when only source is passed.The files are of small size within 2MB .Could some one sug…...HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(); htmlLoadOptions...Bottom = 10; Document document = new Document(source, htmlLoadOptions))...

    forum.aspose.com/t/loading-pdf-file-gets-stuck-...
  9. ASPOSE 25.4 and higher shift text up in PDF for...

    Aspose_v25.11.0.0.pdf (42.3 KB) Aspose_v25.3.0.0.pdf (42.3 KB) AsposeFullTestHarness.zip (86.1 KB)...PDF introduced a new rich‑text rendering engine that...or /Q 1 (center) entry? The new engine respects the /Q value...

    forum.aspose.com/t/aspose-25-4-and-higher-shift...
  10. 拆分 PDF 页面|Aspose.PDF for .NET

    本节解释如何使用 PdfFileEditor 类拆分 PDF 页面。...PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...

    docs.aspose.com/pdf/zh/net/split-pdf-pages/