Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 1,537 for

rb

(0.08 sec)
  1. Media Annotations in PDF|Aspose.PDF for Python ...

    Learn how to add sound, 3D, screen, and rich media annotations to PDF documents, and how to inspect or delete multimedia annotations using Aspose.PDF for Python via .NET....custom_player = open ( player_path , "rb" ) rich_media_annotation . c...skin_name , open ( skin_path , "rb" )) poster_path = os . path ...

    docs.aspose.com/pdf/python-net/media-annotations/
  2. Angles|Documentation

    Learn how to work with barcode rotation angles using BarCodeReader in Aspose.BarCode for Java.... getRightTop () + " RB=" + quad . getRightBottom ()...rt = q . getRightTop (); Point rb = q . getRightBottom (); Point...

    docs.aspose.com/barcode/java/developer-guide/ba...
  3. Aspose.3D Create sphere with material | product...

    Learn how to create a 3D scene with a Sphere object and has material definition....BUTTON ZOOM: CTRL + RB PAN : SHIFT + RB Step/Step Installation...

    products.aspose.com/3d/tutorial/create-sphere-w...
  4. OleObject|Aspose.Slides for Python Documentation

    Work with OLE objects in Python using Aspose.Slides: insert or update embedded files, set icons or links, extract content, control behavior for PPT, PPTX and ODP....pdf" , "rb" ) as file_stream : data_info...with open ( "Picture.png" , "rb" ) as picture_stream : new_data...

    docs.aspose.com/slides/python-net/examples/elem...
  5. OLE对象|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中处理 OLE 对象:插入或更新嵌入的文件,设置图标或链接,提取内容,控制 PPT、PPTX 和 ODP 的行为。...pdf" , "rb" ) as file_stream : data_info...with open ( "Picture.png" , "rb" ) as picture_stream : new_data...

    docs.aspose.com/slides/zh/python-net/examples/e...
  6. Manage Audio in Presentations Using Python|Aspo...

    Easily add, extract & manage audio frames in PPT, PPTX and ODP with Aspose.Slides for Python via .NET. Explore code examples & boost your presentations today....wav" , "rb" ) as in_file : # Adds the Audio...with open ( "sample2.mp3" , "rb" ) as audio_fs : audioFrame =...

    docs.aspose.com/slides/python-net/audio-frame/
  7. Add Attachment|Aspose.PDF for Python via .NET

    This example binds an input PDF, attaches an external file to the first page, and saves the modified PDF with the embedded attachment....with open ( attachment_file , "rb" ) as attachment_stream : content_editor...

    docs.aspose.com/pdf/python-net/add-attachment/
  8. Set Captions to OLE Icons in Python|Aspose.Slid...

    Discover how to set captions for OLE object icons in PPT, PPTX and ODP presentations with Aspose.Slides for Python .NET, enhancing slides with custom labels....xlsx" , "rb" ) as ole_stream : data_info...

    docs.aspose.com/slides/python-net/set-caption-t...
  9. Add File Attachment Annotation From Stream|Aspo...

    The example loads a PDF, reads an external file into a memory stream, adds a file attachment annotation to the first page, and saves the modified document....with open ( attachment_file , "rb" ) as source_stream : attachment_stream...

    docs.aspose.com/pdf/python-net/add-file-attachm...
  10. Import FDF Data|Aspose.PDF for Python via .NET

    This example demonstrates how to import form data from an FDF file into a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, read form field values from an FDF stream, and automatically populate the corresponding fields....stream with open ( datafile , "rb" ) as fdf_input_stream : pdf_form...

    docs.aspose.com/pdf/python-net/import-fdf-data/