Sort Score
Result 10 results
Languages All
Labels All
Results 8,311 - 8,320 of 213,155 for

new

(0.27 sec)
  1. TIFF to PDF Converter using PHP | Aspose.PDF

    Sample code on PHP for TIFF to PDF conversion. Use example code for batch TIFF to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input TIFF image...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/tif...
  2. Table Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Table class to easily create and manage tables in Word documents, enhancing your document's layout and functionality....DocumentBase ) Initializes a new instance of the Table class....Document doc = new Document (); Table table = new Table ( doc );...

    reference.aspose.com/words/net/aspose.words.tab...
  3. 使用 Java 将 PostScript 文件合并为 PDF

    Aspose.Page API 解决方案的 Java 版 PS 合并功能允许您将多个 PS 文件合并为一个 PDF 文档。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/merge/ps/
  4. Occurs error while retrieving Signature from PD...

    Dear Guy we encountered a New problem while retrieving the signature info by component Asepose.PDF which version is 23.11 . It exists till after we upgrade it into version 24.08 . bellow is the code and we find the pr…...1 Dear Guy we encountered a new problem while retrieving the... PdfFileSignature pdfSign = new PdfFileSignature(); pdfSign.BindPdf("d:\\1...

    forum.aspose.com/t/occurs-error-while-retrievin...
  5. 公共 API Aspose.Diagram 6.6.0 的变化|Documentation

    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....Visio diagram Diagram diagram = new Diagram ( @"c:\temp\macro.vsdm"...Visio diagram Diagram diagram = new Diagram ( DirPath + "Drawing1...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  6. Timeout when using Aspose.SVG.Drawing.SkiaSharp...

    I am attempting to convert SVG images to compressed JPG images. I started by using Aspose.SVG, and implemented a method to do just that. It is rather slow, but it did manage to make some decent jpg compressions. Howeve…...Image; using var svg = new SVGDocument(svgStream, options...ImageUrl); var renderingOptions = new ImageRenderingOption(ImageFormat...

    forum.aspose.com/t/timeout-when-using-aspose-sv...
  7. PdfSaveOptions.outlineOptions property | Aspose...

    PdfSaveOptions.outlineOptions property. Allows to specify outline options....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let saveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 加载和管理Excel、OpenOffice、Json、Csv和Html文件|Documenta...

    使用Aspose.Cells,可以在Node.js via C++中轻松创建、打开和管理Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、图片、Mht和XPS文件。...License object const license = new AsposeCells . License (); //...represents Excel file. const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/zh/nodejs-cpp/loading-sav...
  9. HTML to PDF mixed page sizes - Free Support For...

    Is there any way to have mixed page sizes/orientations when creating a PDF from HTML? Our requirements demand that the first page be letter sized in portrait, and the subsequent pages be landscape mode (some with dynami…...outputStream = new MemoryStream()) using (var inputStream = new MemoryStream(Encoding...GetBytes(html ?? ""))) { var renderer = new Aspose.Html.Rendering.HtmlRenderer();...

    forum.aspose.com/t/html-to-pdf-mixed-page-sizes...
  10. DocumentPartSavingArgs.KeepDocumentPartStreamOp...

    Discover how the KeepDocumentPartStreamOpen property in DocumentPartSavingArgs lets Aspose.Words manage document part streams efficiently for optimal performance....DocumentPartsFileNam () { Document doc = new Document ( MyDir + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions (); // If we...

    reference.aspose.com/words/net/aspose.words.sav...