Sort Score
Result 10 results
Languages All
Labels All
Results 3,351 - 3,360 of 187,695 for

page

(0.08 sec)
  1. AI ファイルをオンラインで開く | products.aspose.com

    AI ファイルをオンラインで開く...Document(pdfFileStream); var page = pdfDocument.Pages[1]; using var imageStream...resolution); pngDevice.Process(page, imageStream); imageStream.Position...

    products.aspose.com/psd/jp/open-ai-online/
  2. Sitefinity PDF Import|Aspose.PDF for .NET

    Learn how to install and use PDF Import Module for Sitefinity...concatenate, extract or inset pages; transform pages to image; print PDF...Import from PDF button on the page where the add-on is added. When...

    docs.aspose.com/pdf/net/sitefinity-pdf-import/
  3. Saving to memory stream results in a "...

    I am converting .mht files to pdf. Most of the files work 100%, but some .mht files result in the following error when I call Aspose.Pdf.Generator.PdfAspose.Pdf.Generator.Pdf.Save(memorystream); Aspose.Pdf…...foreach (Page page in pdfDocument.Pages) { document.Pages.Add(page);...foreach (Page page in pdfDocument.Pages) { document.Pages.Add(page);...

    forum.aspose.com/t/saving-to-memory-stream-resu...
  4. Issues while embedding attachment in pdf - Free...

    Hi Team, I am trying to embed attachments to my pdf. I tried to follow following documentation: Adding Attachment to PDF document|Aspose.PDF for Java…_gaMjEwMTA1NzY1LjE3NDYwMDcyMDM._ga_W0DG8XJWKLMTc0NjAwNzIwMy4xLjAuMTc…...Document(); // Add a page to the document Page page = pdfDocument.getPages()...FileSpecification((filePath) , "Sample file"); page.setBackground(Color.getGray());...

    forum.aspose.com/t/issues-while-embedding-attac...
  5. Add Text to PDF Using C# | Aspose.PDF

    Add text to PDF programmatically with C# sample code using Aspose.PDF for .NET... Add the TextParagraph to Page using TextBuilder. Save the...inputFile ); var page = pdfDocument . Pages [ 1 ]; var textFragment...

    products.aspose.com/pdf/net/text/
  6. Working with Window Elements|Documentation

    This section explains get property of window elements in visio with Aspose.Diagram....allow for multiple tabbed web pages in one window. Developers can...allow for multiple tabbed web pages in one window. Developers can...

    docs.aspose.com/diagram/net/working-with-window...
  7. PDF E‑Signature API | Aspose.PDF

    Adding digital signature to PDF documents with free cross-platform Apps and High Code APIs for any platform....pdf" ); var page = esign_doc . PdfDocument . Pages [ 1 ]; // Create...FontSize = 50 ; textStamp . Width = page . PageInfo . Width / 3 ; textStamp...

    products.aspose.com/pdf/signature/
  8. BMP to PDF Merge using Java | Aspose.PDF

    Combine two or more BMP documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java...Library on the Documentation pages. To verify the benefits of the...merging images In loop: add a new page to PDF document In loop: load...

    products.aspose.com/pdf/java/merger/bmp-to-pdf/
  9. Aspose.Words Features Missing in Open XML SDK|A...

    Perform some operations with documents faster and more conveniently than Open XML SDK. In addition, there are operations that are not supported by OpenXML using C#.... What is this page about? This page explains missing features...Features of Open XML SDK Words page Aspose.Words source code examples...

    docs.aspose.com/words/net/missing-features-in-o...
  10. Add Text to PDF Using C++ | Aspose.PDF

    Add text to PDF programmatically with C++ sample code using Aspose.PDF for C++... Add the TextParagraph to Page using TextBuilder. Save the...particular page auto pdfPage = document -> get_Pages () -> idx_get...

    products.aspose.com/pdf/cpp/text/