Sort Score
Result 10 results
Languages All
Labels All
Results 4,931 - 4,940 of 213,541 for

new

(0.4 sec)
  1. Move PDF Pages programmatically C#|Aspose.PDF f...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for .NET....documents using ( var srcDocument = new Aspose . Pdf . Document ( dataDir...{ using ( var dstDocument = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/net/move-pages/
  2. FieldCitation | Aspose.Words for Java

    Implements the CITATION field in Java.... Document doc = new Document(getMyDir() + "Bibliography...docx"); DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  3. Unable to detect installed TrueType fonts durin...

    Dear Support Team, I was testing the conversion of multiple document formats to PDF (including DOCX, PPTX, VSDX, and XLSX) using custom fonts installed on my system. According to the documentation, Aspose libraries such…...been substituted by Font [Times New Roman] This happens even though...diagram = new Diagram(input); PdfSaveOptions pso = new PdfSaveOptions();...

    forum.aspose.com/t/unable-to-detect-installed-t...
  4. Convert TEXT To GIF C#

    Convert TEXT to GIF format in C# code. Save TEXT as GIF using C#....doc = new Document( "Input.txt" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/text-t...
  5. Convert TEXT To PNG C#

    Convert TEXT to PNG format in C# code. Save TEXT as PNG using C#....doc = new Document( "Input.txt" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/text-t...
  6. EndCap | Aspose.Words for Java

    Specifies line cap style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  7. 档案

    档案...您可以通过从 New Releases 部分下载参考 DLL 文件或使用以下 NuGet...Aspose.Html.License license = new License(); license.SetLicense("License...

    blog.aspose.com/zh/html/download-image-from-url...
  8. Working with Attachments | Aspose.Note Document...

    A guide on how to work with attachments in your Java development environment....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/working-with-attachme...
  9. Aspose转换过程中有没有办法控制转换进程? - Free Support Forum - ...

    1)使用Aspose.Slides for Java 和Aspose.Words for Java 将ppt文档或者word文档转换成png图片的时候,是否有相关api可以获取到文档转换的进度或者预估时间? 2)如果转换时间超过了预期时间,是否可以终止掉正在转换的任务? 我想实现的目的:如果我用 Aspose.Slides for Java 19.12 开启10条线程,同时进行把PPT文档转换成Png图片,如果某一个线程在转换过…...thread Thread infiniteThread = new Thread(infiniteProcessingLo());...infiniteProcessingLo() { return new Runnable() { @Override public...

    forum.aspose.com/t/aspose/207364
  10. Add Text stamps in PDF C#|Aspose.PDF for .NET

    Add a text stamp to a PDF document using the TextStamp class with Aspose.PDF for .NET library....document using ( var document = new Aspose . Pdf . Document ( dataDir...Create text stamp var textStamp = new Aspose . Pdf . TextStamp ( "Sample...

    docs.aspose.com/pdf/net/text-stamps-in-the-pdf-...