Jump to content

55143681

uniGUI Subscriber
  • Posts

    670
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by 55143681

  1. Thanks,I have used window.open to resolve this . and of course UniURLFrame can do this. for c++: String url="www.sohu.com\dir1\dir2\abc.pdf"; UniSession->AddJS("window.open(\""+url+"\" , \"_blank\" );");
  2. Can I use UniURLFrame to open the file url? Or can I use window.open to open the file url?
  3. I have a sign software, with that I can open a pdf file and sign my name in the pdf file(the first image), but,when I open the signed pdf file with UniPDFFrame, I can only see the pdf file's original context (the second image), but can not see the signature(the first image), what's wrong with UniPDFFrame?
  4. How to open the pdf file that I Uploaded? I use UniFileUpload to send a.pdf to the server side, and the url is: filesHome\文档管理\电子签名\20221226-165721\a.pdf I know that I can use UniPDFFrame to open the pdf file, can you give me any other method to open the url pdf file with my browser? such as window.open or UniURLFrame? thanks.
  5. I use UniPDFFrame to open pdf file, if I open the new version file with the same file name, the browser wil open the original pdf file again, and the content will not be updated, how to clear the browser's file cache?
  6. I have a signpad,which can give me a signature png file, Now ,how to select the position in the pdf file and paste the png file within the pdf file?
  7. I want to do a face recognition project, Is there some code to be use? and how to call it with unigui?
  8. uniRadioGroup:how make a radio disabled? for example: make item0 disabled
  9. UniPDFFrame1.PdfURL := UniServerModule.FilesFolderURL+ 'RSDAN/ABC11.pdf'; If the pdf file has password, how to open the file with password automatically?
  10. How to add watermark to all the form in my project?
  11. Thank you very much, Actually,somebody will transfer some pdf files to me, I need to sign my name in the file, Maybe , I need to use a signpad connected to my pc to sign the name. It is my need.
  12. I open a pdf in unimpdfFrame, I want to write something in the pdf file, such as my name, how to do that?
  13. Default,unimMemo has border line,how make it does not display border
  14. Unigui1563+XE11.1 I set UniComboBox's height to 22 and save my project, but when I open the project again, the height will be 28, in the same form, only some UniComboBoxs have this problem, why?
  15. In my project ,some form works well with unigui1561 manby older. but now with unigui1563,when I call the form, I will have the error,why?
  16. Because I set: UniTreeView1->Selected->Selected=true;
×
×
  • Create New...