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

editor

(0.07 sec)
  1. 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/
  2. 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...
  3. 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...
  4. formpresentationmode - Aspose.PDF for Java - AP...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....Description static int Editor Specifies Editor form presentation mode...Values Editor public static final int Editor Specifies Editor form...

    reference.aspose.com/pdf/java/com.aspose.pdf.de...
  5. discourse-data-explorer_4560ee16f2bea569358c6c0...

    table.group-reports{width:100%;table-layout:fixed}table.group-reports th:first-child{width:30%}table.group-reports th:nth-child(2){width:60%}table.group-reports th:last-child{width:20%;text-align:r......query-editor{margin-bottom:15px}.query-editor .panels-fl...var(--primary-very-low)}.query-editor.no-schema .editor-panel{width:100%}...

    forum.aspose.com/stylesheets/discourse-data-exp...
  6. ModifyBookmarks | Aspose.PDF for .NET API Refer...

    Modifys bookmark title according to the specified bookmark title....PdfBookmarkEditor editor = new PdfBookmarkEditor (); editor . BindPdf...BindPdf ( "example.pdf" ); editor . ModifyBookmarks ( "existing bookmark...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  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. 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...
  10. Save | Aspose.PDF for .NET API Reference

    Saves changed document into file....PdfPageEditor editor = new PdfPageEditor (); editor . BindPdf (..."sample.pdf" ); editor . Zoom = 0.5f ; editor . Save ( "newdocument...

    reference.aspose.com/pdf/net/aspose.pdf.facades...