readOnly - Java generation to PDF
Hello, I am using the swagger and i stucked on readOnly attribute. If i use it in swagger editor and generate HTML doc then everything is alright, but if i generate PDF doc then i cannot see readOnly flag in whole documentation. I would add readOnly attribute to tables as column in definitions section where are described objects. How can i do that ? I am using the latest version of swagger.Word documents too blurry?
Has anyone else had trouble with word documents being blurried in the viewer in Collaborator? It looks like its being saved as a JPG or something, then displayed. Currently, my team is reviewing the documents externally and adding in comments, but this seems tedious. I've tried saving in few different file formats, to no avail. I've had this problem with both version controlled files and files manually uploaded.2.2KViews0likes4CommentsReading PDF /PDDocument.load_3 or load not found
Hi, I have tried to setup PDF reading accoring to instructions found here https://support.smartbear.com/articles/testcomplete/testing-pdf-files-with-testcomplete/#Extr_Data_pdf I have javavirtualmachineC:\Program Files (x86)\Java\jre1.8.0_131\bin\client\jvm.dll and I have added pdf-box 1.8.13.jar and classes to project https://www.dropbox.com/s/16ojffsuzzr53rc/javasettings.PNG?dl=0 In script I get error "Unknown name load_3". same for load and load_2. Code completion works only until JavaClasses.org_apache_pdfbox_pdmodel.PDDocumentafter PDDocument nothing is shown. But for example code completion in JavaClasses.org_apache_pdfbox_util.PDFTextStripper shows three instances of NewInstance? What is wrong here? My code is quite simple function LoadPdf( FileName ); var docObj; begin docObj := JavaClasses.org_apache_pdfbox_pdmodel.PDDocument.load_3( FileName ); result := docObj; end; I have TestComplete 12. thanks, mikaSolved2.9KViews0likes2Comments