chercher...words as aw # load password protected Word document doc = aw.Docu...Document("document-password-protected.docx", aw.loading.LoadOptions("password"))...
Архивы...words as aw # load the PDF file doc = aw.Document("PDF.pdf")...words as aw # create PDF load options loadOptions = aw.saving.PdfLoadOptions()...
FieldDisplayBarcode.pos_code_style property. Gets or sets the style of a Point of Sale barcode (barcode types UPCA|UPCE|EAN13|EAN8)... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_DISPLAY_BARCODE...
FieldDisplayBarcode.scaling_factor property. Gets or sets a scaling factor for the symbol... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_DISPLAY_BARCODE...
FieldDisplayBarcode.error_correction_level property. Gets or sets an error correction level of QR Code... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_DISPLAY_BARCODE...
FieldDisplayBarcode.symbol_height property. Gets or sets the height of the symbol... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_DISPLAY_BARCODE...
NodeCollection.to_array method. Copies all nodes from the collection to a new array of nodes.... doc = aw . Document ( file_name = MY_DIR...list ( doc . get_child_nodes ( aw . NodeType . SHAPE , True )))))...