Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 52,859 for

editor

(1.43 sec)
  1. GetPageRotation | Aspose.PDF for .NET API Refer...

    Returns the rotation of specified page....PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (..."sample.pdf" ); int rotation = editor . GetPageSize ( 1 ); Console...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  2. CreateCaret | Aspose.PDF for .NET API 参考

    创建插入符号注释...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateCaret ( 1 , new System . Drawing...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  3. Save | Aspose.PDF for .NET API 参考

    将更改的文档保存到文件中...PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (..."sample.pdf" ); editor . Zoom = 0.5f ; editor . Save ( "newdocument...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  4. Editing html of Word document roundtripped via ...

    Hello, We have a problem with roundtripping a word document via html which has had its html adjusted. We are using Aspose in the following manner: A word document (customer document) is loaded and filled with data us…...in a JavaScript client web editor A user might do minor adjustments...attributes. The Javascript editor we are using does not take...

    forum.aspose.com/t/editing-html-of-word-documen...
  5. Posting AcroForm Data|Aspose.PDF for C++

    You can import and export form data to and XML file with Aspose.Pdf.Facades namespace in Aspose.PDF for C++....input and output pdf files auto editor = MakeObject < Aspose :: Pdf...only two fields for simplicity editor -> AddField ( Aspose :: Pdf...

    docs.aspose.com/pdf/cpp/posting-acroform-data/
  6. CreateLocalLink | Aspose.PDF for .NET API 参考

    在 PDF 文档中创建本地链接...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateLocalLink ( new System . Drawing...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  7. Working with Page Rotation|Aspose.PDF for .NET

    This section explains how to work with Page Rotation using PdfPageEditor Class....RotatePages1 () { var editor = new PdfPageEditor (); editor . BindPdf (...( dataDir + "sample.pdf" ); editor . PageRotations = new System...

    docs.aspose.com/pdf/net/working-with-page-rotat...
  8. DeleteBookmarks | Aspose.PDF for .NET API Refer...

    Deletes all bookmarks of the PDF document....PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf..."example.pdf" ); editor . DeleteBookmarks (); editor . Save ( "example_out...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  9. CreateText | Aspose.PDF for .NET API 参考

    在 PDF 文档中创建文本注释...PdfContentEditor editor = new PdfContentEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . CreateText ( new System . Drawing...

    reference.aspose.com/pdf/zh/net/aspose.pdf.faca...
  10. PdfAnnotationEditor - Aspose.PDF for Java - API...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....PdfAnnotationEditor editor = new PdfAnnotationEditor(); editor.bindPdf("example...FileOutputStream("example.xfdf"); editor.exportAnnotationsXfd(stream...

    reference.aspose.com/pdf/java/com.aspose.pdf.fa...