Resources / Document handling
Patent Center DOCX behavior reference
A factual reference to DOCX structural behaviors reported in Patent Center workflows. These entries describe possible file-handling effects and do not predict acceptance or rejection.
Filing workflow and document handling notes
A backup PDF may be treated as a separate submitted document. Different document-processing and filing workflows may handle multiple files, styling, controls, and numbering differently. This page describes observed structural behavior only. Review the requirements for the intended workflow and inspect the generated package before submission. Syntax provides a document compilation workflow; its use does not determine how a particular workflow will process a file.
REMOVE_TEXT_DECORATIONS
Observed behaviorSome document validators may handle residual OpenXML run properties (<w:rPr>) differently from Word, which can change text styling during conversion or import.
Potentially affected materialSpecification, Claims
Flat-XML output noteA flat XML export can omit unsupported run properties and make the serialized text-run structure easier to inspect. This describes an output characteristic; it does not establish how a particular submission will be processed.
Syntax provides a local compilation workflow for inspecting and exporting DOCX files. Review the generated package and applicable filing requirements before submission.
Desktop release coming soon.
REMOVE_CONTENT_CONTROL
Observed behaviorContent-control elements and nested schemas may not be normalized consistently by every DOCX ingestion path, which can affect validation or rendering.
Potentially affected materialClaims
Namespace output noteA minimal Open XML export can avoid application-specific content-control and custom-schema elements. Inspect the generated package and verify it against the requirements of the intended workflow.
Syntax provides a local compilation workflow for inspecting and exporting DOCX files. Review the generated package and applicable filing requirements before submission.
Desktop release coming soon.
REMOVE_LINE_NUMBERS
Observed behaviorLine-numbering constructs may behave differently across section boundaries during conversion, resulting in changed or missing numbering artifacts in the final document structure.
Potentially affected materialSpecification
Static numbering noteStatic paragraph-number text is one possible export representation when automatic numbering is not suitable. Verify numbering against the intended document and filing requirements.
Syntax provides a local compilation workflow for inspecting and exporting DOCX files. Review the generated package and applicable filing requirements before submission.
Desktop release coming soon.