Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 214,359 for

new

(0.1 sec)
  1. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file with Aspose.PDF for Rust via C++....demonstrates the new method for creating a new PDF document, which...Create a new PDF-document let pdf = Document :: new () ? ; //...

    docs.aspose.com/pdf/rust-cpp/save-pdf-document/
  2. Signing with certificate and TSA using Aspose.P...

    Hello. I’m trying to sign a document. TEST.pdf (28.1 KB) using the following Test-Certificate: D-TRUST GmbH - Test_CSM017878135.zip (8.9 KB) Password: H0FS7R1A6R I’m using the following code: Dim pdfDocument As D…...Dim pdfDocument As Document = New Document(txtFilename.Text) Using...signature As PdfFileSignature = New PdfFileSignature(pdfDocument)...

    forum.aspose.com/t/signing-with-certificate-and...
  3. DefaultFontSubstitutionRule.default_font_name p...

    DefaultFontSubstitutionRule.default_font_name property. Gets or sets the default font name....The default value is ‘Times New Roman’. Examples Shows how to..."DefaultFontName" property to "Courier New" to, # while rendering the document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TxtLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.TEXT document into a Document object in Java....(ByteArrayInputStream stream = new ByteArrayInputStream(INPUT_TEXT...TxtLoadOptions loadOptions = new TxtLoadOptions(); loadOptions...

    reference.aspose.com/words/java/com.aspose.word...
  5. Renderers – C# – Aspose.HTML for .NET

    Learn about supported renderers – HtmlRenderer, SvgRenderer, MhtmlRenderer and EpubRenderer, which are used to render HTML, SVG, MHTML, EPUB...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/renderers/
  6. Cancelling Meeting Requests with Calendar|Docum...

    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....SMTPClient SmtpClient client = new SmtpClient ( "MailServer" , "Username"...MailAddressCollectio attendees = new MailAddressCollectio (); for...

    docs.aspose.com/email/java/cancelling-meeting-r...
  7. Converter.Convert | Aspose.Words for .NET

    Effortlessly convert your documents with our Converter's Convert method. Transform input files into desired formats with ease and precision....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Password =...}; LoadOptions loadOptions = new LoadOptions () { IgnoreOleData...

    reference.aspose.com/words/net/aspose.words.low...
  8. Enhance Image Processing with the Modern API|As...

    Modernize slide image processing by replacing deprecated imaging APIs with the Java Modern API for seamless PowerPoint and OpenDocument automation....the new API may look as follows: Presentation pres = new Presentation... get_Item ( 0 ). getImage ( new Size ( 1920 , 1080 )); try {...

    docs.aspose.com/slides/androidjava/modern-api/
  9. ComparerContext | Aspose.Words for Java

    Document comparer context in Java....ComparerContext comparerContext = new ComparerContext(); comparerContext...comparerContext.setDateTime(new Date()); Comparer.create(comparerContext)...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/zh-hant/java/make/pdf/