Sort Score
Result 10 results
Languages All
Labels All
Results 7,791 - 7,800 of 223,077 for

new

(0.16 sec)
  1. Converting a PNG file to PDF using PHP | Aspose...

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

    products.aspose.com/pdf/php-java/conversion/png...
  2. Installing and Using Aspose.Pdf for IntelliJ ID...

    Discover the steps to install and configure Aspose.PDF for IntelliJ IDEA with Maven for efficient PDF document processing in Java....under “New” menu (using Right Click -> New OR File menu->New) Aspose...follow the steps below: Select New Project . Select Aspose.PDF Maven...

    docs.aspose.com/pdf/java/installing-and-using-a...
  3. 档案

    档案...size List<Size> imageSizes = new List<Size>(); foreach (string...images into new one using (MemoryStream memoryStream = new MemoryStream())...

    blog.aspose.com/zh/imaging/merge-jpg-to-jpg-onl...
  4. 正在加载 Type-1 (PostScript) 字体 | .NET

    了解如何在 .NET 中使用 Aspose.Font 库加载 Type‑1(PostScript)字体,提供磁盘和内存来源的代码示例。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/zh/net/how-to-load-fonts/l...
  5. Section breaks erased - Free Support Forum - as...

    Issue occurs in Aspose Words 25.6 and later, when calling either of these two methods in com.aspose.words.Document: save(String fileName, int saveFormat) save(String fileName, SaveOptions saveOptions) Section breaks a…...continuous) are turned into “new page” section breaks, breaking...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/section-breaks-erased/319189
  6. HtmlSaveOptions constructor | Aspose.Words for ...

    Aspose.Words.Saving.HtmlSaveOptions constructor...HtmlSaveOptions() Initializes a new instance of this class that can...HtmlSaveOptions(saveFormat) Initializes a new instance of this class that can...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Გადაიყვანეთ WORD PDF C#

    გადაიყვანეთ WORD PDF C# ფორმატში კოდით. შეინახეთ WORD როგორც PDF C#....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/wor...
  8. Aspose.NET C# Word To PDF - Free Support Forum ...

    IssueWithWordConversion.pdf (12.4 KB) IssueWithWordConversion.docx (33.2 KB) We are having issues converting Word to PDF. You can see in the PDF generated its missing a lot of content from the table at the bottom of th…...Word document Document doc = new Document(inputFilePath); // Create...PdfSaveOptions saveOptions = new PdfSaveOptions { FontEmbeddingMode...

    forum.aspose.com/t/aspose-net-c-word-to-pdf/322585
  9. Გადაიყვანეთ HTML PDF C#

    გადაიყვანეთ HTML PDF C# ფორმატში კოდით. შეინახეთ HTML როგორც PDF C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/htm...
  10. Გადაიყვანეთ PDF TXT C#

    გადაიყვანეთ PDF TXT C# ფორმატში კოდით. შეინახეთ PDF როგორც TXT C#....Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/pdf...