Компресирайте DOCX в Python, без да губите качество. Оптимизирайте съдържанието на DOCX, намалявайте размера на файла лесно....words as aw doc = aw.Document( "Input.docx" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...
Restrinja a edição de um documento definindo um tipo de restrição usando Python. Você também pode remover a proteção e tornar regiões editáveis sem restrições....words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...
Ogranicz edycję dokumentu, ustawiając typ ograniczenia za pomocą Python. Możesz także usunąć ochronę i utworzyć nieograniczone edytowalne regiony....words as aw doc = aw . Document () # Apply document...document protection. doc . protect ( aw . ProtectionType . NO_PROTECTION...
PdfSaveOptions.embed_full_fonts property. Controls how fonts are embedded into the resulting PDF documents.... doc = aw . Document () builder = aw . DocumentBuilder...document. original_fonts_sources = aw . fonts . FontSettings . default_instance...
DocumentBuilder.current_node property. Gets the node that is currently selected in this DocumentBuilder.... doc = aw . Document () builder = aw . DocumentBuilder...get_child_nodes ( aw . NodeType . ANY , False ) self . assertEqual ( aw . NodeType...
Lưu trữ...words as aw # Tải tài liệu Markdown hiện có doc = aw.Document("C:\\Files\\sample...words as aw # Tải tài liệu Markdown hiện có doc = aw.Document("C:\\Files\\sample...
LayoutEnumerator.move_first_child method. Moves to the first child entity.... doc = aw . Document ( MY_DIR + 'Layout...like a tree. layout_enumerator = aw . layout . LayoutEnumerator (...
FindReplaceOptions.replacingCallback property. The user-defined method which is called before every replace occurrence....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...