Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 213,277 for

new

(0.12 sec)
  1. CustomXmlProperty Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.CustomXmlProperty class, designed to simplify managing custom XML attributes and smart tag properties for enhanced document control....string, string ) Initializes a new instance of this class. Properties...void Create () { Document doc = new Document (); // A smart tag appears...

    reference.aspose.com/words/net/aspose.words.mar...
  2. 将 PDF 转换为 TIFF|Aspose.PDF for Android via Java

    本文介绍如何将 PDF 文档中的页面转换为 TIFF 图像。您将学习如何使用 Aspose.PDF for Android via Android via Java 将所有或单个页面转换为 TIFF 图像。...() { // 打开文档 try { document = new Document ( inputStream ); } catch...创建Resolution对象 Resolution resolution = new Resolution ( 300 ); // 创建TiffSettings对象...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  3. 导入和导出表单字段|Aspose.PDF for .NET

    使用 FormEditor 类通过 DataTable 填充表单字段,编号 Aspose.PDF for .NET...orms (); using ( var form = new Aspose . Pdf . Facades . Form...using ( var xfdfInputStream = new FileStream ( dataDir + "student...

    docs.aspose.com/pdf/zh/net/import-export-form-f...
  4. ImageFieldMergingArgs.ImageFileName | Aspose.Wo...

    Set the ImageFileName in ImageFieldMergingArgs to effortlessly insert images into your documents during mail merges. Enhance your workflow today!...MergeFieldImageDimen () { Document doc = new Document (); // Insert a MERGEFIELD...merge. DocumentBuilder builder = new DocumentBuilder ( doc ); FieldMergeField...

    reference.aspose.com/words/net/aspose.words.mai...
  5. AiModel.Summarize | Aspose.Words for .NET

    Smart document summarization API with customizable length options. Generate concise summaries from any document using AI technology.... Document firstDoc = new Document ( MyDir + "Big document...docx" ); Document secondDoc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.ai/...
  6. Concatenate PDF documents|Aspose.PDF for Java

    This section explains how to concatenate PDF documents with com.aspose.pdf.facades using PdfFileEditor class....object PdfFileEditor pdfEditor = new PdfFileEditor (); // Concatenate...object PdfFileEditor pdfEditor = new PdfFileEditor (); // Concatenate...

    docs.aspose.com/pdf/java/concatenate-pdf-docume...
  7. NodeRendererBase.RenderToScale | Aspose.Words f...

    Discover the NodeRendererBase RenderToScale method—efficiently render shapes into Graphics objects at any scale for enhanced visual output....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ShapeForm shapeForm = new ShapeForm ( new Size ( 1017 , 840 ));...

    reference.aspose.com/words/net/aspose.words.ren...
  8. Content is still being sliced on the right when...

    public void generatePdfFromEmail(File inputFile, OutputStream outputStream, String filename, List<Long> pages) { try { MailMessage mailMessage; String extension = FilenameUtils.getExte…...try (InputStream msgInput = new FileInputStream(inputFile)) {...toMailMessage(new MailConversionOption()); } } else { throw new Runti...

    forum.aspose.com/t/content-is-still-being-slice...
  9. ResourceLoadingArgs | Aspose.Words for Java

    Provides data for the IResourceLoadingCallback.resourceLoadingcom.aspose.words.ResourceLoadingArgs method in Java....Document doc = new Document(); doc.setResourceLoadingCa(new ImageNameHandler());...ImageNameHandler()); DocumentBuilder builder = new DocumentBuilder(doc); // Images...

    reference.aspose.com/words/java/com.aspose.word...
  10. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Excel using the Aspose.Cells library for JavaScript via C++. Learn to load or create an Excel file and save the modified file to disk.... calculatedValue = [ [ new Date ( 2015 , 5 , 12 , 10 , 6...(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/returning-...