FieldInclude.lock_fields property. Gets or sets whether to prevent fields in the included document from being updated.... insert_field ( aw . fields . FieldType...lock_fields = False field . text_converter = 'Microsoft Word'...
FieldInclude.bookmark_name property. Gets or sets the name of the bookmark in the document to include.... insert_field ( aw . fields . FieldType...lock_fields = False field . text_converter = 'Microsoft Word'...
本文介绍如何在 PDF 文件的指定位置插入(添加)页面。学习如何使用 C++ 移动、删除(删除)PDF 文件中的页面。... 调用 PageCollection 集合的 Insert 方法,指定索引。 保存输出 PDF 以下代码片段向您展示了如何在...using namespace Aspose :: Pdf :: Text ; void InsertEmptyPageAtDes...
Python Text 을 HTML 형식으로 변환합니다. Python 사용하여 Text 을 HTML로 저장합니다....insert_image("Input.txt") doc.save("Output...DocumentBuilder(doc) shape = builder.insert_image("Input.txt") shape.get_shape_renderer()...
Python Text 을 WORD 형식으로 변환합니다. Python 사용하여 Text 을 WORD로 저장합니다....insert_image("Input.txt") doc.save("Output...DocumentBuilder(doc) shape = builder.insert_image("Input.txt") shape.get_shape_renderer()...
Python Text 을 PDF 형식으로 변환합니다. Python 사용하여 Text 을 PDF로 저장합니다....insert_image("Input.txt") doc.save("Output...DocumentBuilder(doc) shape = builder.insert_image("Input.txt") shape.get_shape_renderer()...
ImportFormatOptions.adjust_sentence_and_word_spacing property. Gets or sets a boolean value that specifies whether to adjust sentence and word spacing automatically... insert_document ( src_doc = src_doc...body . first_paragraph . get_text () . strip ()) See Also module...
PdfSaveOptions.attachments_embedding_mode property. Gets or sets a value determining how attachments are embedded to the PDF document.... insert_ole_object ( file_name = MY_DIR...PdfSaveOptions PdfSaveOptions.additional_text_positioning property PdfSaveOptions...
이 문서는 원하는 위치의 PDF 파일에 페이지를 삽입(추가)하는 방법을 가르칩니다. C++를 사용하여 PDF 파일에서 페이지를 이동, 제거(삭제)하는 방법을 알아보세요....지정된 인덱스로 PageCollection 컬렉션의 Insert 메서드를 호출합니다. 출력 PDF를 저장합니다....using namespace Aspose :: Pdf :: Text ; void InsertEmptyPageAtDes...