Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 218,590 for

new

(0.34 sec)
  1. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF document in .NET using Aspose.PDF for content enhancement and document editing....document using ( var document = new Aspose . Pdf . Document ()) {...fragment var textFragment = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/
  2. 将PDF转换为JPG|Aspose.PDF for Android via Java

    本页介绍如何使用Aspose.PDF for Android via Java将PDF页面转换为JPEG图像,将所有页面和单个页面转换为JPEG图像。...convertPDFtoJPEG () { try { document = new Document ( inputStream ); } catch...()); return ; } File file = new File ( fileStorage , "PDF-to-JPEG...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  3. Document.Save | Aspose.Words for .NET

    Effortlessly save your documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage.... Document doc = new Document ( MyDir + "Document...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  4. XlsxSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XLSX format in Java.... Document doc = new Document(getMyDir() + "Shape...XlsxSaveOptions xlsxSaveOptions = new XlsxSaveOptions(); xlsxSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  5. TxtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.TEXT format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...TxtSaveOptions txtSaveOptions = new TxtSaveOptions(); Assert.ass...

    reference.aspose.com/words/java/com.aspose.word...
  6. 在 PS 文件中使用渐变 | Java

    在 PS 文件中添加渐变是 Aspose.Page API 解决方案支持的功能。了解如何在 Java 中使用该功能...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/ps/working-with-gr...
  7. Convert Text to PDF|Aspose.PDF for Android via ...

    Aspose.PDF for Android via Java allows you to convert plain text file to PDF or to convert pre-formatted text file to PDF....and add a new page in the Pages collection. Create a new object...object to its constructor. Add a new paragraph in Paragraphs collection...

    docs.aspose.com/pdf/androidjava/convert-text-to...
  8. ImageData.SetImage | Aspose.Words for .NET

    Discover how to use the SetImage method in ImageData to enhance your shapes with customized images. Elevate your design effortlessly!... Document doc = new Document (); // To display an...+ "Logo.jpg" )) { imgShape = new Shape ( doc , ShapeType . Image...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Optimize, Compress or Reduce PDF Size in PHP|As...

    Optimize PDF file, shrink all images, reduce size PDF, Unembed fonts, Remove unused objects using PHP....// Open document $document = new Document ( $inputFile ); // Optimize...// Open document $document = new Document ( $inputFile ); // Optimize...

    docs.aspose.com/pdf/php-java/optimize-pdf/
  10. Text Formatting inside PDF using C#|Aspose.PDF ...

    Learn how to format text within a PDF document in .NET using Aspose.PDF to enhance the document's visual presentation....document using ( var document = new Aspose . Pdf . Document ()) {... Text . TextFragment text = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/net/text-formatting-inside-...