Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 213,613 for

new

(0.14 sec)
  1. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。...document using ( var document = new Aspose . Pdf . Document ()) {...fragment var textFragment = new Aspose . Pdf . Text . TextFragment...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  2. Opening Files with Different Formats with JavaS...

    Aspose.Cells for JavaScript via C++ API allows you to open or read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc.... const loadOptions = new LoadOptions ( LoadFormat . SpreadsheetML...data const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/opening-fi...
  3. Convert PDF/A to PDF format|Aspose.PDF for PHP ...

    This topic show you how to Aspose.PDF allows to convert PDF/A file to PDF document with PHP library.... // Create a new instance of the Document class...with the input file $document = new Document ( $inputFile ); // Remove...

    docs.aspose.com/pdf/php-java/convert-pdfa-to-pdf/
  4. FontSourceType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Fonts.FontSourceType enum for efficient font source management. Optimize your document processing with flexible font options....FileFontSource fileFontSource = new FileFontSource ( MyDir + "Alte...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  5. BlockImportMode Enum | Aspose.Words for .NET

    Discover how the Aspose.Words.BlockImportMode enum enhances HTML document integration by optimizing block-level element property imports for seamless workflows....</html>" ; MemoryStream stream = new MemoryStream ( Encoding . UTF8...loadOptions = new HtmlLoadOptions (); // Set the new mode of import...

    reference.aspose.com/words/net/aspose.words.loa...
  6. Font.LocaleId | Aspose.Words for .NET

    Discover how the Font LocaleId property enhances your text formatting by managing locale identifiers for diverse character languages. Improve your coding today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . LocaleId = new CultureInfo ( "en-US" , false...

    reference.aspose.com/words/net/aspose.words/fon...
  7. Working with Transparency in PS file | Java

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/ps/working-with-trans...
  8. 在 Python 中设置 PDF 过期|Aspose.PDF for Python via Java

    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....var month=4;today = new Date();today = new Date(today.getFullYear()... today.getMonth());expiry = new Date(year, month);if (today.getTime()...

    docs.aspose.com/pdf/zh/python-java/set-pdf-expi...
  9. Export media files into HTML file|Aspose.Slides...

    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....presentation using (Presentation pres = new Presentation("example.pptx"))...VideoPlayerHtmlContr controller = new VideoPlayerHtmlContr(path: path...

    docs.aspose.com/slides/net/export-media-files-i...
  10. ParagraphCollection.ToArray | Aspose.Words for ...

    Effortlessly convert your ParagraphCollection to an array with the ToArray method, streamlining data management and enhancing your document processing....paragraphs from the collection to a new array of paragraphs. public Paragraph...NodeCollection. Document doc = new Document ( MyDir + "Paragraphs...

    reference.aspose.com/words/net/aspose.words/par...